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!

RegionInfo.Equals

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

Return Value

Value Meaning
True object refers to the same RegionInfo as the current instance.
False object does not refer to the same RegionInfo as the current instance.

Remarks

This method overrides Object.Equals.

See Also

RegionInfo Class | RegionInfo Members | System.Globalization Namespace