Contents

==(_:_:)

Returns a Boolean value that indicates whether two values are equal.

Declaration

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

Parameters

  • lhs:

    A value to compare.

  • rhs:

    Another value to compare.

Return Value

Returns true if the values are equal; false, otherwise.

See Also

Comparing and hashing ad impressions