Contents

equal

An equality test callback for your program-defined info pointer. Can be NULL.

Declaration

var equal: ((UnsafeRawPointer?, UnsafeRawPointer?) -> DarwinBoolean)!

Parameters

Return Value

true if info1 and info2 should be considered equal; otherwise false.

Discussion

An equality test callback for your program-defined info pointer. Can be NULL.