BindingSource::Contains Method (Object^)
.NET Framework (current version)
Determines whether an object is an item in the list.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- value
-
Type:
System::Object^
The Object to locate in the underlying list represented by the List property. The value can be null.
Return Value
Type: System::Booleantrue if the value parameter is found in the List; otherwise, false.
Implements
IList::Contains(Object^)Although the implementation is dependent on the underlying list's Contains method, typically the following characteristics apply:
.NET Framework
Available since 2.0
Available since 2.0
Show: