Method Equals
Equals(object)
Tests whether obj
is a RectangleF with the same location and size of this RectangleF.
public override bool Equals(object obj)
Parameters
Returns
- bool
This method returns true if
obj
is a RectangleF and its X, Y, Width, and Height properties are equal to the corresponding properties of this RectangleF; otherwise, false.