BaseComboBoxCellObjectCollectionContains Method

Check to see if a value exists in the collection

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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