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