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