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!

CultureInfo.Equals

Determines whether the specified object refers to the same CultureInfo 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 specified object.

Return Value

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

Remarks

This method overrides Object.Equals.

See Also

CultureInfo Class | CultureInfo Members | System.Globalization Namespace