Thickness.Equality(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 two Thicknesses have identical values.
public static bool operator == (Xamarin.Forms.Thickness left, Xamarin.Forms.Thickness right);
static member ( = ) : Xamarin.Forms.Thickness * Xamarin.Forms.Thickness -> bool
Parameters
Returns
System.Boolean
true
if left
and right
have identical values for Left,Right, Top, and Bottom.