'Declaration
Public Function CompareTo( _ ByVal other As IMetricDefinition _ ) As Integer
public int CompareTo( IMetricDefinition other )
Parameters
- other
- The MetricDefinition to compare this MetricDefinition against
Return Value
An int which is less than zero, equal to zero, or greater than zero to reflect whether this MetricDefinition should sort as being less-than, equal to, or greater-than the other MetricDefintion, respectively.