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
obj
object
Returns
Equals(RectangleF)
Returns true if two RectangleF objects have equal location and size.
public bool Equals(RectangleF other)
Parameters
other
RectangleF