ComponentOne DataObjects for .NET
Contains Method (C1ExpressRelationCollection)

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

Parameters

relation
The Object to locate in the collection.

Return Value

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

Reference

C1ExpressRelationCollection Class
C1ExpressRelationCollection Members