static func == (SymbolVariants , SymbolVariants ) -> Bool
Indicates whether two symbol variants are equal.
static func != (Self, Self) -> Bool
Indicates whether two symbol variants are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the symbol variant by passing them into the given hash function.
var hashValue : Int
The hashed value of the symbol variant.