System.Globalization.SortKey Members

The members of System.Globalization.SortKey are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
KeyDatabyte[].

Gets the byte array representing the current System.Globalization.SortKey object.

[read-only]
OriginalStringstring.

Gets the original string used to create the current System.Globalization.SortKey object.

Public Methods

static
Compare(SortKey, SortKey) : int

Compares two sort keys.

override
Equals(object) : bool

Determines whether the specified object is equal to the current System.Globalization.SortKey object.

override
GetHashCode() : int

Serves as a hash function for the current System.Globalization.SortKey object that is suitable for hashing algorithms and data structures such as a hash table.

override
ToString() : string

Returns a string that represents the current System.Globalization.SortKey object.