System.Globalization.SortKey.Equals Method

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

Syntax

public override bool Equals (object value)

Parameters

value
The object to compare with the current System.Globalization.SortKey object.

Returns

true if the value parameter is equal to the current System.Globalization.SortKey object; otherwise, false.

Remarks

Two System.Globalization.SortKey objects are considered equal if their SortKey.KeyData properties are equal.

This method overrides object.Equals(object).

Requirements

Namespace: System.Globalization
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0