System::Collections::Generic::_ValueCollection::Contains 方法

_ValueCollection::Contains method

检查容器中是否存在该项。

bool System::Collections::Generic::_ValueCollection<Dict>::Contains(const TValue &item) const override
参数类型描述
const TValue&要查找的项。

ReturnValue

若找到项则为 true,否则为 false。

另见