EAPCollectionBaseContains Method |
Determines whether an element is in the collection.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool Contains(
Object value
)
Public Function Contains (
value As Object
) As Boolean
Parameters
- value
- Type: SystemObject
The value must be of the type supplied to the ctor
Return Value
Type:
BooleanTrue if the object exists in the collection, else False.
Implements
IListContains(Object)See Also