'Declaration
Public Function CompareTo( _ ByVal other As IMetricValue _ ) As Integer
public int CompareTo( IMetricValue other )
Parameters
- other
- The MetricValue 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 MetricValue should sort as being less-than, equal to, or greater-than the other MetricValue, respectively.