Share via


DesignerActionListCollection.Contains(DesignerActionList) 方法

定義

指出集合是否包含特定的值。

public:
 bool Contains(System::ComponentModel::Design::DesignerActionList ^ value);
public bool Contains (System.ComponentModel.Design.DesignerActionList value);
public bool Contains (System.ComponentModel.Design.DesignerActionList? value);
member this.Contains : System.ComponentModel.Design.DesignerActionList -> bool
Public Function Contains (value As DesignerActionList) As Boolean

參數

value
DesignerActionList

要搜尋的 DesignerActionList

傳回

如果集合包含指定的值,則為 true,否則為 false

備註

比對取決於值,而非身分識別、比較。

適用於

另請參閱