static func == (LocalizedStringKey , LocalizedStringKey ) -> Bool
Indicates whether two localized string keys are equal.
Availability 有効性
Technology
static func != (lhs: Self, rhs: Self) -> Bool
A Boolean value that’s set to true
if the two localized string keys are unequal.
lhs
The first localized string key to compare.
rhs
The second localized string key to compare.
static func == (LocalizedStringKey , LocalizedStringKey ) -> Bool