다음을 통해 공유


GridLength.Equality(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 ( = ) : System.Windows.GridLength * System.Windows.GridLength -> bool
Public Shared Operator == (gl1 As GridLength, gl2 As GridLength) As Boolean

매개 변수

gl1
GridLength

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

gl2
GridLength

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

반환

Boolean

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

적용 대상

추가 정보