Method Equals | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
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