==(_:_:)
Compares two values of this type to determine if they are equivalent to each other.
Declaration
static func == (lhs: WordPair, rhs: WordPair) -> BoolParameters
- 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.