March 2002
Intermediate to advanced
864 pages
31h 8m
English
SortKey
This class represents a set of weighted classifications used to sort individual elements of a string.
public class SortKey { // Public Instance Properties public virtual field byte[] KeyData{get; } public virtual field string OriginalString{get; } // Public Static Methods public static method int Compare(SortKey sortkey1, SortKey sortkey2); // Public Instance Methods public override method bool Equals(object value); // overrides object public override method int GetHashCode(); // overrides object public override method string ToString(); // overrides object }
CompareInfo.GetSortKey()