Function 関数

protocol_isEqual(_:_:)

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

Declaration 宣言

func protocol_isEqual(_ proto: Protocol?, 
                    _ other: Protocol?) -> Bool

Parameters パラメータ

proto

A protocol. あるプロトコル。

other

A protocol. あるプロトコル。

Return Value 戻り値

true if proto is the same as other, otherwise false.

See Also 参照

Working with Protocols プロトコルを扱う