Contents

==(_:_:)

Returns a Boolean value indicating whether two sets have equal elements.

Declaration

static func == (lhs: DataScannerViewController.RecognizedDataType, rhs: DataScannerViewController.RecognizedDataType) -> Bool

Parameters

  • lhs:

    A value to compare.

  • rhs:

    Another value to compare.

Return Value

true if the values are equal; otherwise, false.

See Also

Hashing and comparing