IndexOf

IndexOf

Determines the index of a specific item in the list.

Returns: The index of value if found in the list; otherwise, -1.

IndexOf(const System::SharedPtr < PostalAddress > & value)
ParameterDescription
valueThe T:System::Object to locate in the list.