Instance Property インスタンスプロパティ

isEqual

Points to the function which compares second and third parameters. If NULL, then == is used for comparison. 2番目と3番目のパラメータを比較する関数を指します。NULLならば、そのとき == が比較に使われます。

Declaration 宣言

var isEqual: ((NSMapTable<AnyObject, AnyObject>, UnsafeRawPointer, UnsafeRawPointer) -> ObjCBool)?