ActiveReports 12
Contains(Parameter) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace > ParameterCollection Class > Contains Method : Contains(Parameter) Method
The object to locate in the Collection. The value can be null for reference types.
Determines whether an element is in the Collection.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal item As Parameter _
) As Boolean
public bool Contains( 
   Parameter item
)

Parameters

item
The object to locate in the Collection. The value can be null for reference types.

Return Value

true if item is found in the Collection; otherwise, false.
See Also

Reference

ParameterCollection Class
ParameterCollection Members
Overload List