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!

TextInfo.Equals

Determines whether an object refers to the same TextInfo as the current instance.

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

Parameters

obj
The object to be compared to the current instance.

Return Value

Value Meaning
True object has the same Locale as the current instance.
False object does not have the same Locale as the current instance.

Remarks

This method overrides Object.Equals.

See Also

TextInfo Class | TextInfo Members | System.Globalization Namespace