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 для сравнения.

Возвращаемое значение

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

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

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