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 sich das angegebene Format in der Auflistung befindet; 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