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!

RefreshPropertiesAttribute.Equals

Overrides object's Equals method.

[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 test for equality.

See Also

RefreshPropertiesAttribute Class | RefreshPropertiesAttribute Members | System.ComponentModel.Design Namespace