Contains()

IList::Contains(SharedPtr<System::Object>) const method

Checks if the item is in the list.

virtual bool System::Collections::IList::Contains(SharedPtr<System::Object> item) const =0

Arguments

ParameterTypeDescription
itemSharedPtr<System::Object>The item to look for.

Return Value

True if item is found, false otherwise.

See Also