DataGridCellInfo.Inequality(DataGridCellInfo, DataGridCellInfo) 연산자

정의

두 개의 DataGridCellInfo 인스턴스가 같지 않은를 표시합니다.

public:
 static bool operator !=(System::Windows::Controls::DataGridCellInfo cell1, System::Windows::Controls::DataGridCellInfo cell2);
public static bool operator != (System.Windows.Controls.DataGridCellInfo cell1, System.Windows.Controls.DataGridCellInfo cell2);
static member op_Inequality : System.Windows.Controls.DataGridCellInfo * System.Windows.Controls.DataGridCellInfo -> bool
Public Shared Operator != (cell1 As DataGridCellInfo, cell2 As DataGridCellInfo) As Boolean

매개 변수

cell1
DataGridCellInfo

비교할 첫 번째 구조체입니다.

cell2
DataGridCellInfo

비교할 두 번째 구조체입니다.

반환

Boolean

두 구조체가 같은 셀을 나타내지 않으면 true이고, 그렇지 않으면 false입니다.

설명

이 연산자와 비교는 Column 속성을 Item 속성 및 DataGrid 셀 컨테이너를 소유 하는.

적용 대상