==(_:_:)
Returns a Boolean value indicating whether two reference objects are equal.
Declaration
static func == (lhs: ReferenceObject, rhs: ReferenceObject) -> BoolParameters
- 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.