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