Thickness.Inequality(Thickness, Thickness) Operator

Definition

Whether the values of two Thickness's have at least one difference.

public static bool operator != (Xamarin.Forms.Thickness left, Xamarin.Forms.Thickness right);
static member op_Inequality : Xamarin.Forms.Thickness * Xamarin.Forms.Thickness -> bool

Parameters

left
Thickness

A Thickness to be compared.

right
Thickness

A Thickness to be compared.

Returns

true if any of the Left,Right, Top, and Bottom values differ between left and right.

Applies to