Documentation Language: Swift

Op

==(_:_:)

Compares two dynamic objects for equality.

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

Parameters

lhs

The first object to compare.

rhs

The second object to compare.

Return Value

true if the objects are equal, false otherwise.

Discussion

Objects are equal if they have the same identifier.