System::Collections::Generic::BaseSet::Contains method

BaseSet::Contains method

Checks if element is present in set.

bool System::Collections::Generic::BaseSet<T, SET_T>::Contains(const T &item) const override
ParameterTypeDescription
itemconst T&Item to look for.

ReturnValue

True if item is present in set, false otherwise.

See Also