Contains Method (C1BindingSource)
Determines whether an object is an item in the list.
public virtual System.bool Contains(
System.object
)
'Declaration
Public Overridable Function Contains( _
ByVal As System.Object _
) As System.Boolean
Parameters
- value
- The System.Object to locate.
Return Value
True if the System.Object is found in the list; otherwise, false.