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

Boolean

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

Hinweise

Die Contains Methode bestimmt die Gleichheit mithilfe der Methode auf den Objekten, die Equals DesignerAutoFormat verglichen werden.

Gilt für

Siehe auch