Loupe - Log - Monitor - Resolve
Gibraltar.Agent.Metrics Namespace / SampledMetric Class / CompareTo Method
The sampled metric to compare this sampled metric to.

In This Topic
    CompareTo Method (SampledMetric)
    In This Topic
    Compare this sampled metric to another sampled metric.
    Syntax
    'Declaration
     
    
    Public Function CompareTo( _
       ByVal other As SampledMetric _
    ) As Integer
    public int CompareTo( 
       SampledMetric other
    )

    Parameters

    other
    The sampled metric to compare this sampled metric to.

    Return Value

    A value which is less than, equal to, or greater than zero to represent the comparison result.
    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