Contents

==(_:_:)

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

Declaration

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

Parameters

  • lhs:

    The left-hand side geometry source to compare.

  • rhs:

    The right-hand side geometry source to compare.

Return Value

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