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