Condividi tramite


NSIndexPath.Compare(NSIndexPath) Metodo

Definizione

Indica l'ordine di attraversamento approfondito di questo oggetto rispetto a other (non richiesto per l'uso con iOS UITableView).

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

Parametri

other
NSIndexPath

Percorso di indice da confrontare.

Restituisce

System.System.IntPtr System.nativeint

NSComparisonResult { NSOrderedAscending = -1, NSOrderedSame = 0, NSOrderedDescending = 1 }

Attributi

Si applica a