Class MyStringHash.HashComparerType
Inheritance
System.Object
MyStringHash.HashComparerType
Assembly: VRage.dll
Syntax
public class HashComparerType : Object, IComparer<MyStringHash>, IEqualityComparer<MyStringHash>
Constructors
HashComparerType()
Declaration
public HashComparerType()
Methods
Compare(MyStringHash, MyStringHash)
Declaration
public int Compare(MyStringHash x, MyStringHash y)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Equals(MyStringHash, MyStringHash)
Declaration
public bool Equals(MyStringHash x, MyStringHash y)
Parameters
Returns
Type |
Description |
System.Boolean |
|
GetHashCode(MyStringHash)
Declaration
public int GetHashCode(MyStringHash obj)
Parameters
Returns
Type |
Description |
System.Int32 |
|