ComponentOne DataObjects for .NET
IndexOf Method (FilterConditions)

C1.Data.2 Assembly > C1.Data Namespace > FilterConditions Class : IndexOf Method
The Object to locate in the collection.
Returns the zero-based index of the filter condition object in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal obj As FilterCondition _
) As System.Integer
public System.int IndexOf( 
   FilterCondition obj
)

Parameters

obj
The Object to locate in the collection.

Return Value

The zero-based index of the filter condition object, if found; otherwise, -1.
See Also

Reference

FilterConditions Class
FilterConditions Members