static func == (Text.Case, Text.Case) -> Bool
Indicates whether two cases are equal.
static func != (Self, Self) -> Bool
Indicates whether two cases are unequal.
func hash(into: inout Hasher)
Hashes the essential components of the case by passing them into the given hash function.