Click or drag to resize

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
)

Parameters

value
Type: SystemObject
The value must be of the type supplied to the ctor

Return Value

Type: Boolean
True if the object exists in the collection, else False.

Implements

IListContains(Object)
See Also