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!

CompareInfo.Equals

Checks whether the object refers to the same CompareInfo 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 current instance of CompareInfo.

Return Value

true if object is the same as CompareInfo; otherwise, false.[RB15]

Remarks

This method overrides Object.Equals.

See Also

CompareInfo Class | CompareInfo Members | System.Globalization Namespace