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