TableLayoutPanelCellPosition.Equality Betreiber

Definition

Vergleicht zwei TableLayoutPanelCellPosition-Objekte. Das Ergebnis gibt an, ob die Werte der Row-Eigenschaft und der Column-Eigenschaft der beiden TableLayoutPanelCellPosition-Objekte gleich sind.

public:
 static bool operator ==(System::Windows::Forms::TableLayoutPanelCellPosition p1, System::Windows::Forms::TableLayoutPanelCellPosition p2);
public static bool operator == (System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2);
static member ( = ) : System.Windows.Forms.TableLayoutPanelCellPosition * System.Windows.Forms.TableLayoutPanelCellPosition -> bool
Public Shared Operator == (p1 As TableLayoutPanelCellPosition, p2 As TableLayoutPanelCellPosition) As Boolean

Parameter

Gibt zurück

Boolean

true, wenn p1 und p2 gleich sind, andernfalls false.

Hinweise

Die entsprechende Methode für diesen Operator ist TableLayoutPanelCellPosition.Equals.

Gilt für

Siehe auch