DesignerAutoFormatCollection.Contains Method
.NET Framework 3.0
Determines whether the specified format is contained within the collection.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public boolean Contains ( DesignerAutoFormat format )
public function Contains ( format : DesignerAutoFormat ) : boolean
Not applicable.
Parameters
- format
An instance of DesignerAutoFormat.
Return Value
true, 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.
Community Additions
ADD
Show: