Functions The following functions are available globally. ==(_:_:) Comparator between two tweaks for A/B Testing. Declaration Swift public func == <T>(lhs: Tweak<T>, rhs: Tweak<T>) -> Bool Parameters lhs the left hand side tweak to compare rhs the right hand side tweak to compare Return Value a boolean telling if both tweaks are equal ==(_:_:) Comparator between two tweaks for A/B Testing. Declaration Swift public func == (lhs: AnyTweak, rhs: AnyTweak) -> Bool Parameters lhs the left hand side tweak to compare rhs the right hand side tweak to compare Return Value a boolean telling if both tweaks are equal © 2018 Mixpanel. All rights reserved. (Last updated: 2018-09-20) Generated by jazzy ♪♫ v0.9.1, a Realm project.