BaseListControlObjectCollectionContains Method

Check to see if a value exists in the collection

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool Contains(
	Object value
)

Parameters

value  Object
The value for which to look

Return Value

Boolean
True if it is in the collection, false if not

Implements

IListContains(Object)

See Also