Operator
==(_:_:)
Returns whether or not two semantics values are equal.
static func == (lhs: Semantic, rhs: Semantic) -> Bool
Parameters
lhsA semantic to compare.
rhsAnother semantic to compare.
Return Value
Whether or not the two semantics values are equal.