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