Interface GeometryEquality

    • Method Detail

      • equals

        <P extends Position> boolean equals​(Geometry<P> first,
                                            Geometry<P> second)
        Checks whether the first geometry equals the second, for some definition of equality.
        Parameters:
        first - a Geometry
        second - a second Geometry
        Returns:
        true if and only if both both Geometrys are equal.