Loupe - Log - Monitor - Resolve
Gibraltar.Monitor.Serialization Namespace / MetricDefinitionPacket Class / CompareTo Method
The object to compare this object with.

In This Topic
    CompareTo Method (MetricDefinitionPacket)
    In This Topic
    Compares the current object with another object of the same type.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As MetricDefinitionPacket _
    ) As Integer
    public int CompareTo( 
       MetricDefinitionPacket other
    )

    Parameters

    other
    The object to compare this object with.

    Return Value

    Zero if the objects are equal, less than zero if this object is less than the other, more than zero if this object is more than the other.
    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