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