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