ComponentOne DataObjects for .NET
Contains Method (FilterConditions)

C1.Data.2 Assembly > C1.Data Namespace > FilterConditions Class : Contains Method
The Object to locate in the collection.
Determines whether an element is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal obj As FilterCondition _
) As System.Boolean
public System.bool Contains( 
   FilterCondition obj
)

Parameters

obj
The Object to locate in the collection.

Return Value

True if the filter condition object is found in the collection; otherwise, False.
See Also

Reference

FilterConditions Class
FilterConditions Members