System::Collections::IListImplRefType::Contains method

IListImplRefType::Contains method

Checks if item is present in list.

virtual bool System::Collections::IListImplRefType<T>::Contains(SharedPtr<System::Object> item) const override
ParameterTypeDescription
itemSharedPtr<System::Object>Item to look for.

ReturnValue

True if item is found, false otherwise.

See Also