Class Int64Comparer
Inheritance
System.Object
System.Collections.Generic.Comparer<System.Int64>
Int64Comparer
Implements
System.Collections.Generic.IComparer<System.Int64>
System.Collections.IComparer
Inherited Members
System.Collections.Generic.Comparer<System.Int64>.Create(System.Comparison<System.Int64>)
System.Collections.Generic.Comparer<System.Int64>.System.Collections.IComparer.Compare(System.Object, System.Object)
System.Collections.Generic.Comparer<System.Int64>.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 Int64Comparer : Comparer<long>, IComparer<long>, IComparer
Methods
| Improve this Doc View SourceCompare(Int64, Int64)
Declaration
public override int Compare(long x, long y)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | x | |
System.Int64 | y |
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
System.Collections.Generic.Comparer<System.Int64>.Compare(System.Int64, System.Int64)
Implements
System.Collections.Generic.IComparer<T>
System.Collections.IComparer