Method Equals | Terminal.Gui v1 (original) (raw)
Table of Contents
Namespace
Assembly
Terminal.Gui.dll
Equals(object)
Compares two PointF objects. The result specifies whether the values of theX and Y properties of the twoPointF objects are equal.
public override bool Equals(object obj)
Parameters
obj
object
Returns
Equals(PointF)
Compares two PointF objects. The result specifies whether the values of theX and Y properties of the twoPointF objects are equal.
public bool Equals(PointF other)
Parameters
other
PointF