Operator 演算子

!=(_:_:)

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

Declaration 宣言

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

Parameters パラメータ

lhs

The first sort order to compare.

rhs

The second sort order to compare.

Return Value 戻り値

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

See Also 参照

Comparing Sort Orders