NSNumber.Compare(NSNumber) 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.
Compares this to another number and returns a value indicating whether it is less than, equal, or greater than this.
[Foundation.Export("compare:")]
public virtual nint Compare (Foundation.NSNumber otherNumber);
abstract member Compare : Foundation.NSNumber -> nint
override this.Compare : Foundation.NSNumber -> nint
Parameters
- otherNumber
- NSNumber
Returns
System.System.IntPtr
System.nativeint
- Attributes