SchemaNameCollection::IList::IndexOf Method (Object^)
.NET Framework (current version)
Determines the index of a specified item in the list.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
Parameters
- value
-
Type:
System::Object^
The item to locate in the list.
Implements
IList::IndexOf(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: