TableLayoutPanelCellPosition.Equality Operatör

Tanım

İki TableLayoutPanelCellPosition nesneyi karşılaştırır. Sonuç, iki TableLayoutPanelCellPosition nesnenin Row ve Column özelliklerinin değerlerinin eşit olup olmadığını belirtir.

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

Parametreler

Döndürülenler

Boolean

trueve p2 eşitse; eşit değilsep1, false.

Açıklamalar

Bu işlecin eşdeğer yöntemidir TableLayoutPanelCellPosition.Equals.

Şunlara uygulanır

Ayrıca bkz.