GridLength.Inequality(GridLength, GridLength) 연산자

정의

GridLength 구조를 비교하여 같지 않은지 확인합니다.

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

매개 변수

gl1
GridLength

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

gl2
GridLength

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

반품

두 인스턴스의 값이 같지 않으면 , 그렇지 않으면 .

적용 대상

추가 정보