Function 関数

protocol_isEqual

Returns a Boolean value that indicates whether two protocols are equal. あるブール値を返します、それは2つのプロトコルが等しいかどうかを指し示します。

Declaration 宣言

BOOL protocol_isEqual(Protocol *proto, Protocol *other);

Parameters パラメータ

proto

A protocol. あるプロトコル。

other

A protocol. あるプロトコル。

Return Value 戻り値

YES if proto is the same as other, otherwise NO.

See Also 参照

Working with Protocols プロトコルを扱う