StyleCollection.Contains(Style) 方法

定义

确定指定的样式是否包含在集合中。

public:
 bool Contains(System::Web::UI::WebControls::Style ^ style);
public bool Contains (System.Web.UI.WebControls.Style style);
member this.Contains : System.Web.UI.WebControls.Style -> bool
Public Function Contains (style As Style) As Boolean

参数

style
Style

要在集合中定位的 Style

返回

Boolean

如果样式在集合中,则为 true;否则为 false

注解

Contains方法通过对对象使用方法来确定相等性 Equals Style

适用于

另请参阅