==(_:_:)
Indicates whether two action entity resolutions are equal.
Declaration
static func == (lhs: ActionEntityResolution, rhs: ActionEntityResolution) -> BoolParameters
- lhs:
The first action entity resolution to compare.
- rhs:
The second action entity resolution to compare.
Return Value
A Boolean value set to true if the action entity resolutions are equal.