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!

DataKey.Equals

[To be supplied.]

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

Parameters

key2
[To be supplied.]

See Also

DataKey Class | DataKey Members | System.Data Namespace