共用方式為


NSNumber.Compare(NSNumber) 方法

定義

將此與另一個數位進行比較,並傳回值,指出它是否小於、等於或大於此值。

[Foundation.Export("compare:")]
public virtual nint Compare (Foundation.NSNumber otherNumber);
abstract member Compare : Foundation.NSNumber -> nint
override this.Compare : Foundation.NSNumber -> nint

參數

otherNumber
NSNumber

傳回

System.System.IntPtr System.nativeint
屬性

適用於