Contents

==(_:_:)

Compares two values of this type to determine if they are equivalent to each other.

Declaration

static func == (lhs: WordPair, rhs: WordPair) -> Bool

Parameters

  • lhs:

    The first value to compare.

  • rhs:

    The second value to compare.

Return Value

True if both values were equal, or false if they were unequal.