BaseListControlObjectCollectionContains Method
Check to see if a value exists in the collection
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
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)