MobileForms Toolkit Documentation

PhoneBookEntryComparer Class

Implements the IComparer interface.

For a list of all members of this type, see PhoneBookEntryComparer Members.

System.Object
   Resco.Phone.SIM.PhoneBookEntryComparer

public class PhoneBookEntryComparer : IComparer<PhoneBookEntry>

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

An instance of this object may be use for searching and sorting the PhoneBookEntry objects. It compares the entries by name. If the name is empty for both entries, it compares the entries by number.

Requirements

Namespace: Resco.Phone.SIM

Assembly: Resco.Phone.CF3 (in Resco.Phone.CF3.dll)

See Also

PhoneBookEntryComparer Members | Resco.Phone.SIM Namespace