==(_:_:)
Indicates whether two entities are equal.
Declaration
nonisolated static func == (lhs: Entity, rhs: Entity) -> BoolParameters
- 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.