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