Operator 演算子

==(_:_:)

A Boolean value that indicates whether two sort orders are equal.

Declaration 宣言

static func == (a: SortOrder, b: SortOrder) -> Bool

Parameters パラメータ

a

The first sort order to compare.

b

The second sort order to compare.

Return Value 戻り値

A Boolean value of true if the two sort orders are equal.

Relationships 関係

From Protocol 由来プロトコル

See Also 参照

Comparing Sort Orders