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

isEqual

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

Declaration 宣言

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