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