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