equalsCoords abstract method

bool equalsCoords(
  1. covariant Positionable other
)

True if this and other contain exactly same coordinate values (or both are empty) in the same order and with the same coordinate type.

Implementation

bool equalsCoords(covariant Positionable other);