public enum CompareMethod| GIVENNAME_FAMILYNAME | 0 | Sort by Given/First Name |
| FAMILYNAME_GIVENNAME | 1 | Sort by Last name, then first name |
| DISPLAYNAME | 2 | Sort by Display Name |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |