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