System::Collections::Generic::_ValueCollection::Contains method

_ValueCollection::Contains method

Checks if item is present in container.

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
ParameterTypeDescription
itemconst TValue&Item to look for.

ReturnValue

True if item is found, false otherwise.

See Also