Contents

==(_:_:)

Returns a Boolean value indicating whether two reference objects are equal.

Declaration

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

Parameters

  • lhs:

    The left-hand side reference object to compare.

  • rhs:

    The right-hand side reference object to compare.

Return Value

true if the two reference objects are equal; otherwise, false.