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