Functions
The following functions are available globally.
-
Declaration
Swift
public func ==(lhs: UserInfo, rhs: UserInfo) -> Bool
Parameters
lhs
A UserInfo instance.
rhs
A UserInfo instance.
Return Value
True if
lhs
is equal torhs
, false otherwise.