DesignerAutoFormatCollection.Contains(DesignerAutoFormat) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定指定格式是否包含在集合中。
public:
bool Contains(System::Web::UI::Design::DesignerAutoFormat ^ format);
public bool Contains (System.Web.UI.Design.DesignerAutoFormat format);
member this.Contains : System.Web.UI.Design.DesignerAutoFormat -> bool
Public Function Contains (format As DesignerAutoFormat) As Boolean
参数
- format
- DesignerAutoFormat
DesignerAutoFormat 的一个实例。
返回
如果集合中存在指定的格式,则为 true
;否则为 false
。
注解
方法 Contains 通过对要比较的对象使用 Equals 方法 DesignerAutoFormat 来确定相等性。