==(_:_:)
Returns a Boolean value that indicates whether two values are equal.
Declaration
static func == (lhs: AppImpression, rhs: AppImpression) -> BoolParameters
- lhs:
A value to compare.
- rhs:
Another value to compare.
Return Value
Returns true if the values are equal; false, otherwise.