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!

BindingManager.HashKey.Equals

[To be supplied.]

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

Parameters

target
[To be supplied.]

See Also

BindingManager.HashKey Class | BindingManager.HashKey Members | System.WinForms Namespace