System::Collections::Generic::List::Contains 方法
List::Contains method
检查项是否存在于列表中。
bool System::Collections::Generic::List<T>::Contains(const T &item) const override
| 参数 | 类型 | 描述 |
|---|---|---|
| 项 | const T& | 要查找的项。 |
ReturnValue
若找到项则为 true,否则为 false。
另见
- Class List
- Namespace System::Collections::Generic
- Library Aspose.Font for C++