The method should return NSOrderedAscending if the receiver is smaller than the argument, NSOrderedDescending if the receiver is larger than the argument, and NSOrderedSame if they are equal.

Declaration Syntax
public delegate int IdComparator(
Id obj1,
Id obj2,
IntPtr context
)
Public Delegate Function IdComparator ( _
obj1 As Id, _
obj2 As Id, _
context As IntPtr _
) As Integer
public delegate int IdComparator(
Id^ obj1,
Id^ obj2,
IntPtr context
)

Version Information
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)
Assembly:
Monobjc.Foundation (Module: Monobjc.Foundation)