SchemaNameCollection::IList::Contains Method (Object^)
.NET Framework (current version)
Determines whether the list contains a specified value.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- value
-
Type:
System::Object^
The value to locate in the list.
Implements
IList::Contains(Object^)Starting with the .NET Framework 2.0, this method uses the Equals and CompareTo methods of the objects in the collection to determine whether item exists. In the earlier versions of the .NET Framework, this determination was made by using the Equals and CompareTo methods of the item parameter on the objects in the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: