Contents

==(_:_:)

Indicates whether two entities are equal.

Declaration

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

Parameters

  • lhs:

    The first entity to compare.

  • rhs:

    The second entity to compare.

Return Value

A Boolean value set to true if the two entities are equal.