Contains Method (ParameterCollection)
Determines whether this collection contains a specified Parameter.
Syntax
'Declaration Public Function Contains( _ ByVal _Parameter As Parameter _ ) As Boolean
'Usage Dim instance As ParameterCollection Dim _Parameter As Parameter Dim value As Boolean value = instance.Contains(_Parameter)
public bool Contains( Parameter _Parameter )
Parameters
- _Parameter
- The Parameter to find.
Return Value
true if the specified Parameter belongs to this collection; otherwise, false.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also