TableLayoutPanelCellPosition.Inequality 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 op_Inequality : 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 farklıysap1; değilse, false.p2

Açıklamalar

Bu işlecin eşdeğer yöntemi, olumsuzlaştırmadır TableLayoutPanelCellPosition.Equals.

Şunlara uygulanır

Ayrıca bkz.