Thickness.Inequality(Thickness, Thickness) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
System.Boolean
true
if any of the Left,Right, Top, and Bottom values differ between left
and right
.