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