System::Collections::IListImplValueType::Contains 方法

IListImplValueType::Contains method

检查列表中是否存在该项。

virtual bool System::Collections::IListImplValueType<T>::Contains(SharedPtr<System::Object> item) const override
ParameterType描述
itemSharedPtr<System::Object>要查找的项。

ReturnValue

如果找到项则为 true,否则为 false。

另见