Contents

==(_:_:)

Returns a Boolean value indicating whether two geometry elements are equal.

Declaration

static func == (lhs: GeometryElement, rhs: GeometryElement) -> Bool

Parameters

  • lhs:

    The left-hand side geometry element to compare.

  • rhs:

    The right-hand side geometry element to compare.

Return Value

true if the two geometry elements are equal; otherwise, false.