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

Значение true, если два экземпляра GridLength имеют одно значение и GridUnitType; в противном случае — false.

Применяется к

См. также раздел