Contains(RdmParameter) Method

Syntax:

public bool Contains(RdmParameter value)

Description:

Indicates whether an RdmParameter is contained in the collection.

Parameters:

value

Type: RdmParameter

The parameter to look for in the collection.

Return Value:

Type: System.Boolean

True if the RdmParameter is in the collection; otherwise False.