class SortKey
in global :: System . Globalization
Represents the result of mapping a string to its sort key.
public static int Compare( SortKey sortkey1, SortKey sortkey2 )
Compares two sort keys.
sortkey1The first sort key to compare.sortkey2The second sort key to compare.- Returns A signed integer that indicates the relationship between and . Value Condition Less than zero is less than . Zero is equal to . Greater than zero is greater than .
public bool Equals( object value )
Determines whether the specified object is equal to the current object.
valueThe object to compare with the current object.- Returns if the parameter is equal to the current object; otherwise, .
public byte[] KeyData { get; }
Gets the byte array representing the current object.
- Returns A byte array representing the current object.
public string OriginalString { get; }
Gets the original string used to create the current object.
- Returns The original string used to create the current object.
public int GetHashCode( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.