Show / Hide Table of Contents

Class MyStringHash.HashComparerType

Inheritance
System.Object
MyStringHash.HashComparerType
Namespace: VRage.Utils
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
Type Name Description
MyStringHash x
MyStringHash y
Returns
Type Description
System.Int32

Equals(MyStringHash, MyStringHash)

Declaration
public bool Equals(MyStringHash x, MyStringHash y)
Parameters
Type Name Description
MyStringHash x
MyStringHash y
Returns
Type Description
System.Boolean

GetHashCode(MyStringHash)

Declaration
public int GetHashCode(MyStringHash obj)
Parameters
Type Name Description
MyStringHash obj
Returns
Type Description
System.Int32
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾