Determines whether the specified object is equal to the current System.Globalization.SortKey object.
- value
The object to compare with the current System.Globalization.SortKey object.
![]()
true if the value parameter is equal to the current System.Globalization.SortKey object; otherwise, false.
Two System.Globalization.SortKey objects are considered equal if their SortKey.KeyData properties are equal.
This method overrides object.Equals(object).