Operator 演算子

==(_:_:)

Indicates whether two resizing modes are equal.

Declaration 宣言

static func == (a: Image.ResizingMode, b: Image.ResizingMode) -> Bool

Return Value 戻り値

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

Parameters パラメータ

lhs

The first resizing mode to compare.

rhs

The second resizing mode to compare.

See Also 参照

Comparing Resizing Modes リサイズモードを比較する