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