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