Other Functions
The following functions are available globally.
-
Returns a Boolean value that indicates whether the left hand object and the right hand object are equal.
Declaration
Swift
public func ==(lhs: FUIBarcodeScannerError, rhs: FUIBarcodeScannerError) -> Bool
Parameters
lhs
left hand object for comparison.
rhs
right hand object for comparison.
Return Value
true
if the left hand object and the right hand object are equal, otherwisefalse
.