ParameterSet.Contains
Description:
Tests for the existence of a parameter within the set.
Tests for the existence of a parameter within the set.
public virtual bool Contains(
Parameter item
)
-
itemThe parameter to be searched for.
Return Value
bool
The Contains method returns True if the parameter is within the set, otherwise False.