static func != (Self, Self) -> Bool
Indicates whether two horizontal alignments are unequal.
Availability 有効性
Technology
static func == (a: HorizontalAlignment
, b: HorizontalAlignment
) -> Bool
A Boolean value that’s set to true
if the two horizontal alignments are equal.
lhs
The first horizontal alignment to compare.
rhs
The second horizontal alignment to compare.
static func != (Self, Self) -> Bool