Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRage.Game.ModAPI.Ingame.Utilities.MyIniKey.Equals

Malware edited this page May 4, 2019 · 15 revisions

IndexNamespace IndexMyIniKey

Summary

public bool Equals(MyIniKey other)

Compares this MyIniKey with another. Note that this is equality in the sense of a configuration key, which means the comparison is implicitly case insensitive.

Returns

bool

Parameters

Summary

public virtual bool Equals(object obj)

Compares this MyIniKey with another. Note that this is equality in the sense of a configuration key, which means the comparison is implicitly case insensitive.

Returns

bool

Parameters

Clone this wiki locally