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!

ParamArray.Equals

TODO: Remove. This should go away when we have System.Value in place

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

Parameters

o
To be supplied

Return Value

To be supplied

Remarks

To be supplied

See Also

ParamArray Structure | ParamArray Members | System Namespace