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