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