equals method
Indicates whether the given Point is equal to this Point. @param {Point} p The Point to compare to the current Point. @return {boolean} True if the two Points have identical X and Y values, false otherwise. @see #equalTo
Implementation
_i2.bool equals(_i3.Point p) => _i4.callMethod(
this,
'equals',
[p],
);