Contents

GCPoint2Equal(_:_:)

Returns whether two points are equal.

Declaration

func GCPoint2Equal(_ point1: GCPoint2, _ point2: GCPoint2) -> Bool

Parameters

  • point1:

    The first point to compare.

  • point2:

    The second point to compare.

Return Value

true if the points are the same; otherwise, false.

See Also

Comparing and converting points