Function 関数

sel_isEqual(_:_:)

Returns a Boolean value that indicates whether two selectors are equal. あるブール値を返します、それは2つのセレクタが等しいかどうかを指し示します。

Declaration 宣言

func sel_isEqual(_ lhs: Selector, 
               _ rhs: Selector) -> Bool

Parameters パラメータ

lhs

The selector to compare with rhs.

rhs

The selector to compare with lhs.

Return Value 戻り値

true if rhs and rhs are equal, otherwise false.

Discussion 解説

sel_isEqual is equivalent to ==.

See Also 参照

Working with Selectors セレクタを扱う