ContainsParameterSet

virtual bool IApplyParameterSet::ContainsParameterSet(PParameterSet parameterSet) = 0

Gets whether the collection of parameter sets contains the specified parameter set.

Parameters

parameterSet – Parameter set to search in the collection.

Returns

bool – True if the collection contains the specified parameter set, false otherwise.

Throws