Function 関数

sel_isEqual

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

Declaration 宣言

BOOL sel_isEqual(SEL lhs, SEL rhs);

Parameters パラメータ

lhs

The selector to compare with rhs.

rhs

The selector to compare with lhs.

Return Value 戻り値

YES if rhs and rhs are equal, otherwise NO.

Discussion 解説

sel_isEqual is equivalent to ==.

See Also 参照

Working with Selectors セレクタを扱う