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!

Version.Equals

Checks if this object is equal to another Version object.

[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 with which this version is to be compared.

Return Value

Returns true if every component of this version matches the corresponding component of version. Otherwise, returns false.

See Also

Version Class | Version Members | System Namespace