Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / CustomSampledMetricSample Class / CompareTo Method / CompareTo(CustomSampledMetricSample) Method

In This Topic
    CompareTo(CustomSampledMetricSample) Method
    In This Topic
    Compares this sample to another sample to determine if they are the same or how to sort them.
    Syntax
    'Declaration
     
    
    Public Overloads Function CompareTo( _
       ByVal other As CustomSampledMetricSample _
    ) As Integer
    public int CompareTo( 
       CustomSampledMetricSample other
    )

    Parameters

    other
    Remarks
    This comparison guarantees absolute sorting of samples in order.
    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