System::Collections::IList::Contains method

IList::Contains method

Checks if the item is in the list.

virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0
ParameterTypeDescription
itemSharedPtr<System::Object>The item to look for.

ReturnValue

True if item is found, false otherwise.

See Also