Instance Method インスタンスメソッド

contains(_:)

Returns a Boolean value that indicates whether the current variant contains the specified variant.

Declaration 宣言

func contains(_ other: SymbolVariants) -> Bool

Return Value 戻り値

true if this variant contains other; otherwise, false.

Parameters パラメータ

other

A variant to look for in this variant.

See Also 参照

Comparing Variants