'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.