equal
An equality test callback for your program-defined info pointer. Can be NULL.
Declaration
var equal: ((UnsafeRawPointer?, UnsafeRawPointer?) -> DarwinBoolean)!Parameters
- info1:
The
infomember of the Cfrunloopsourcecontext or Cfrunloopsourcecontext1 structure that was used when creating the first run loop source to test. - info2:
The
infomember of the Cfrunloopsourcecontext or Cfrunloopsourcecontext1 structure that was used when creating the second run loop source to test.
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.