Freigeben über


DesignerAutoFormatCollection.Contains(DesignerAutoFormat) Methode

Definition

Bestimmt, ob das angegebene Format in der Auflistung enthalten ist.

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

Parameter

format
DesignerAutoFormat

Eine Instanz von DesignerAutoFormat.

Gibt zurück

true, wenn das angegebene Format in der Auflistung vorhanden ist, andernfalls false.

Hinweise

Die Contains -Methode bestimmt die Gleichheit mithilfe der Equals -Methode für die DesignerAutoFormat zu vergleichenden Objekte.

Gilt für:

Weitere Informationen