Instance Property
インスタンスプロパティ
is
isEqual
Points to the function which compares second and third parameters. If
NULL
, then == is used for comparison.
2番目と3番目のパラメータを比較する関数を指します。NULL
ならば、そのとき == が比較に使われます。
Availability 有効性
- iOS 12.0+
- iPadOS 12.0+
- macOS 10.0+
- Mac Catalyst 13.0+
- tvOS 12.0+
- watchOS 5.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
var isEqual: ((NSMapTable
<AnyObject, AnyObject>, UnsafeRawPointer
, UnsafeRawPointer
) -> ObjCBool
)?