BaseComboBoxCellObjectCollectionContains Method
Check to see if a value exists in the collection
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public bool Contains(
Object? value
)
Public Function Contains (
value As Object
) As Boolean
public:
virtual bool Contains(
Object^ value
) sealed
abstract Contains :
value : Object -> bool
override Contains :
value : Object -> bool
- value Object
- The value for which to look
BooleanTrue if it is in the collection, false if not
IListContains(Object)