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