Documentation Language: Swift

Op

==(_:_:)

Compares two references for equality.

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

Parameters

lhs

The first reference to compare.

rhs

The second reference to compare.

Return Value

true if the references are equal, false otherwise.

Discussion

References are equal if they have the same identifier.