Class UInt64Comparer
Inheritance
System.Object
System.Collections.Generic.Comparer<System.UInt64>
UInt64Comparer
Implements
System.Collections.Generic.IComparer<System.UInt64>
System.Collections.IComparer
Inherited Members
System.Collections.Generic.Comparer<System.UInt64>.Create(System.Comparison<System.UInt64>)
System.Collections.Generic.Comparer<System.UInt64>.System.Collections.IComparer.Compare(System.Object, System.Object)
System.Collections.Generic.Comparer<System.UInt64>.Default
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs.System.Collections.Generic
Assembly: Cosmos.Core_Plugs.dll
Syntax
public class UInt64Comparer : Comparer<ulong>, IComparer<ulong>, IComparer
Methods
| Improve this Doc View SourceCompare(UInt64, UInt64)
Declaration
public override int Compare(ulong x, ulong y)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | x | |
System.UInt64 | y |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Collections.Generic.Comparer<System.UInt64>.Compare(System.UInt64, System.UInt64)
Implements
System.Collections.Generic.IComparer<T>
System.Collections.IComparer