ComponentOne DataObjects for .NET
Contains Method (C1ExpressFieldCollection)

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

Parameters

field
The Object to locate in the collection.

Return Value

True if field is found in the collection; otherwise, False.
See Also

Reference

C1ExpressFieldCollection Class
C1ExpressFieldCollection Members