<Code Lib>
2025 Method
Changes 0
M

ParameterSet.Contains

Description:
Tests for the existence of a parameter within the set.

public virtual bool Contains(
	Parameter item
)

  • item
    The parameter to be searched for.
Return Value Boolean The Contains method returns True if the parameter is within the set, otherwise False.

Loading…