TableLayoutPanelCellPosition.Inequality 연산자

정의

두 개의 TableLayoutPanelCellPosition 개체를 비교합니다. 결과는 두 Row 개체의 ColumnTableLayoutPanelCellPosition 속성 값이 같지 않은지 여부를 지정합니다.

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

매개 변수

반환

p1p2가 다르면 true이고, 그렇지 않으면 false입니다.

설명

이 연산자에 대해 해당 하는 방법은의 부정을 나타내는 TableLayoutPanelCellPosition.Equals합니다.

적용 대상

추가 정보