System::Collections::Generic::IEnumerable::LINQ_Contains 方法
IEnumerable::LINQ_Contains method
确定序列是否包含指定值。
bool System::Collections::Generic::IEnumerable<T>::LINQ_Contains(T value)
| Parameter | Type | 描述 |
|---|---|---|
| value | T | 要在序列中定位的值。 |
ReturnValue
如果序列包含指定的值则为 true,否则为 false。
另见
- Class IEnumerable
- Namespace System::Collections::Generic
- Library Aspose.Page for C++