Operator 演算子

==(_:_:)

Indicates whether two images are equal.

Declaration 宣言

static func == (lhs: Image, rhs: Image) -> Bool

Return Value 戻り値

A Boolean value that’s set to true if the two images are equal.

Parameters パラメータ

lhs

The first image to compare.

rhs

The second image to compare.

See Also 参照

Comparing Images 画像を比較する