DataGridLength.Inequality(DataGridLength, DataGridLength) 연산자

정의

DataGridLength 구조체가 동일하지 않은지 비교합니다.

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

매개 변수

gl1
DataGridLength

비교할 첫 번째 DataGridLength 인스턴스입니다.

gl2
DataGridLength

비교할 두 번째 DataGridLength 인스턴스입니다.

반환

Boolean

DataGridLength 인스턴스의 값 또는 크기 조정 모드가 서로 다르면 true이고, 그렇지 않으면 false입니다.

적용 대상