Contains Method (C1BaseFieldCollection)
Determines whether the
C1BaseFieldCollection collection contains a specific
C1BaseField object.
'Declaration
Public Function Contains( _
ByVal As C1BaseField _
) As System.Boolean
Parameters
- value
- The C1BaseField to locate.
Return Value
true if the
C1BaseFieldCollection contains the specified field; otherwise, false.