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