Contains method

Description

Identifies a value indicating whether an AseParameter exists in the collection.

Syntax 1

bool Contains( object value )

Syntax 2

bool Contains( string value )

Parameters

value: The value of the AseParameter object to find. In syntax 2, this is the name.

Return value

“True” if the collection contains the AseParameter; otherwise, it is “false.”

Implements