Compartir a través de


NSIndexPath.Compare(NSIndexPath) Método

Definición

Indica el orden de recorrido inicial de profundidad de este objeto en comparación con other (no es necesario para su 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

Parámetros

other
NSIndexPath

Ruta de acceso de índice que se va a comparar.

Devoluciones

System.System.IntPtr System.nativeint

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

Atributos

Se aplica a