Documentation Language: Swift

Op

==(_:_:)

Compares two reference models for equality.

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

Parameters

lhs

The first reference model to compare

rhs

The second reference model to compare

Return Value

true if the reference models represent the same metamodel

Discussion

Reference models are considered equal if their root packages have the same namespace URI, as this uniquely identifies the metamodel.