Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / ApplicationUser Class / CompareTo Method
The other ApplicationUser object to compare this object to.

In This Topic
    CompareTo Method (ApplicationUser)
    In This Topic
    Compares this ApplicationUser object to another to determine sorting order.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As ApplicationUser _
    ) As Integer
    public int CompareTo( 
       ApplicationUser other
    )

    Parameters

    other
    The other ApplicationUser object to compare this object to.

    Return Value

    An int which is less than zero, equal to zero, or greater than zero to reflect whether this ApplicationUser should sort as being less-than, equal to, or greater-than the other ApplicationUser, respectively.
    Remarks
    ApplicationUser instances are sorted by their Domain then User Name properties.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also