System::Collections::Generic::BaseSet::Contains 方法
BaseSet::Contains method
检查元素是否存在于集合中。
bool System::Collections::Generic::BaseSet<T, SET_T>::Contains(const T &item) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const T& | 要查找的项。 |
ReturnValue
如果集合中存在该项则返回 true,否则返回 false。
另见
- Class BaseSet
- Namespace System::Collections::Generic
- Library Aspose.Font for C++