GridLength.Equality(GridLength, GridLength) 연산자

정의

GridLength 구조체가 같은지 여부를 비교합니다.

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

매개 변수

gl1
GridLength

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

gl2
GridLength

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

반환

Boolean

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

설명

이 구조체는 WinRT (Windows 런타임) 구조체의 .net 프로젝션을 나타냅니다 GridLength . 자세한 내용은 UWP API 참조에서 Gridlength 를 참조 하세요.

적용 대상