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
Parameter | Type | Description |
---|---|---|
item | const T& | Item to look for. |
ReturnValue
True if item is present in set, false otherwise.
See Also
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Page for C++