Show / Hide Table of Contents

Class MyStringId.IdComparerType

Inheritance
System.Object
MyStringId.IdComparerType
Namespace: VRage.Utils
Assembly: VRage.Library.dll
Syntax
public class IdComparerType : Object, IComparer<MyStringId>, IEqualityComparer<MyStringId>

Constructors

IdComparerType()

Declaration
public IdComparerType()

Methods

Compare(MyStringId, MyStringId)

Declaration
public int Compare(MyStringId x, MyStringId y)
Parameters
Type Name Description
MyStringId x
MyStringId y
Returns
Type Description
System.Int32

Equals(MyStringId, MyStringId)

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

GetHashCode(MyStringId)

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