MonoTouch.AddressBook.ABPerson.CompareTo Method
Compares this instance with the specified MonoTouch.AddressBook.ABPerson and returns an integer that indicates whether this instance precedes, follows, or appears in the same position in the sort order as other.

Syntax

public int CompareTo (ABPerson other)

Parameters

other
The MonoTouch.AddressBook.ABPerson to compare to this instance.

Returns

A int that indicates whether this instance precedes, follows, or appears in the same position in the sort order as other.

ValueCondition
Less than zero This instance precedes other.
Zero This instance has the same position in the sort order as other.
Greater than zero This instance follows other.

Remarks

Requirements

Namespace: MonoTouch.AddressBook
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0