NSSortDescriptor.Compare(NSObject, NSObject) Method
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.
[Foundation.Export("compareObject:toObject:")]
public virtual Foundation.NSComparisonResult Compare (Foundation.NSObject object1, Foundation.NSObject object2);
abstract member Compare : Foundation.NSObject * Foundation.NSObject -> Foundation.NSComparisonResult
override this.Compare : Foundation.NSObject * Foundation.NSObject -> Foundation.NSComparisonResult
Parameters
- object1
- NSObject
- object2
- NSObject
Returns
- Attributes