DesignerAutoFormatCollection::Contains Method (DesignerAutoFormat^)
.NET Framework (current version)
Determines whether the specified format is contained within the collection.
Assembly: System.Design (in System.Design.dll)
Parameters
- format
-
Type:
System.Web.UI.Design::DesignerAutoFormat^
An instance of DesignerAutoFormat.
Return Value
Type: System::Booleantrue, if the specified format is in the collection; otherwise, false.
The Contains method determines equality by using the Equals method on the DesignerAutoFormat objects that are being compared.
.NET Framework
Available since 2.0
Available since 2.0
Show: