NSComparator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that defines the comparison function to be used with functins such as Sort(NSComparator).
public delegate Foundation.NSComparisonResult NSComparator(NSObject obj1, NSObject obj2);
type NSComparator = delegate of NSObject * NSObject -> NSComparisonResult
Parameters
- obj1
- NSObject
- obj2
- NSObject