Rectangle.Equals Method
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.
Overloads
Equals(Rectangle) |
Whether a Rectangle has exactly the same values as |
Equals(Object) |
Whether an System.Object is a Rectangle and has exactly the same values as |
Equals(Rectangle)
public bool Equals (Xamarin.Forms.Rectangle other);
override this.Equals : Xamarin.Forms.Rectangle -> bool
Parameters
Returns
System.Boolean
true
if other
has exactly the same values as this
Rectangle.