[Serializable] |
| KeyData | Read-only Gets the byte array representing the current SortKey. |
| OriginalString | Read-only Gets the original string used to create the current SortKey. |
| Compare | Compares two sort keys. |
| Equals | Overridden: Determines whether the specified object is the same instance as the current SortKey. |
| GetHashCode | Overridden: Serves as a hash function for the current SortKey, suitable for use in hashing algorithms and data structures, such as a hash table. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| ToString | Overridden: Returns a string that represents the current SortKey. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public virtual byte[] KeyData {get;}
|
public virtual string OriginalString {get;}
|
sortkey1
sortkey2
| Value | Condition |
|---|---|
| Zero | The two sort keys are equal. |
| Less than zero | is less than . |
| Greater than zero | is greater than . |
value
~SortKey(); |
public override int GetHashCode(); |
This method generates the same hash code for two objects that are equal according to the SortKey.Equals method.
public Type GetType(); |
protected object MemberwiseClone(); |
public override string ToString(); |