Determines whether this collection contains a specified Parameter.
[Visual Basic]
Public Function Contains( _
ByVal _Parameter As Parameter _
) As Boolean
[C#]
public bool Contains(
Parameter _Parameter
);
true if the specified Parameter belongs to this collection; otherwise, false.
ParameterCollection Class | ParameterCollection Members
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.