NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SortKey.Equals

Checks whether the object refers to the same sort key as the current instance.

[Visual Basic]
Overrides Public Function Equals( _
   ByVal value As Object _
) As Boolean
[C#]
public override bool Equals(
   object value
);
[C++]
public: override bool Equals(
   Object* value
);
[JScript]
public override function Equals(
   value : Object
) : Boolean;

Parameters

value
The object to be compared to the sort key of the current instance.

Return Value

true if object refers to the same sort key as the current instance; otherwise, false.

Remarks

This method overrides Object.Equals.

See Also

SortKey Class | SortKey Members | System.Globalization Namespace