Base List ControlObject CollectionContains Method
Check to see if a value exists in the collection
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
True if it is in the collection, false if not
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public bool Contains(
Object? value
)VB
Public Function Contains (
value As Object
) As BooleanC++
public:
virtual bool Contains(
Object^ value
) sealedF#
abstract Contains :
value : Object -> bool
override Contains :
value : Object -> bool Parameters
- value Object
- The value for which to look
Return Value
BooleanTrue if it is in the collection, false if not