Please turn on JavaScript in your browser and refresh the page to view its content.
Availability 有効性
Technology
On This Page この項には
static func == (a: Gradient.Stop, b: Gradient.Stop) -> Bool
Gradient
Stop
Bool
A Boolean value that’s set to true if the two stops are equal.
true
a
The first stop to compare.
b
The second stop to compare.
static func != (Self, Self) -> Bool