static func == (Font.Weight, Font.Weight) -> Bool
Indicates whether two font weights are equal.
static func != (Self, Self) -> Bool
Indicates whether two font weights are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the font weight by passing them into the given hash function.