static func == (Text.Case, Text.Case) -> Bool
Indicates whether two cases are equal.
static func != (Self, Self) -> Bool
Indicates whether two cases are unequal.
var hashValue : Int
The hashed value of the case.
Availability 有効性
Technology
func hash(into hasher: inout Hasher
)
hasher
The hash function to use when combining the components of the case.
static func == (Text.Case, Text.Case) -> Bool
static func != (Self, Self) -> Bool
var hashValue : Int