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의 두 번째 인스턴스입니다.

반환

GridLength 인스턴스의 값과 GridUnitType이 서로 다르면 true이고, 그렇지 않으면 false입니다.

적용 대상

추가 정보