Språk

GridLength.Inequality(GridLength, GridLength) Operator

Definition

Jämför två GridLength strukturer för att avgöra om de inte är lika med.

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

Parametrar

gl1
GridLength

Den första instansen av GridLength att jämföra.

gl2
GridLength

Den andra instansen av GridLength att jämföra.

Returer

true om de två instanserna av GridLength inte har samma värde och GridUnitType, annars , false.

Gäller för

Se även