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