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