Previous Topic: Return CodeNext Topic: CompareTo Method—Compares Two Shorts


Default Behavior

Depending on the type of parameters, this method delegate the comparison to CompareTo(parm1, parm2) methods defined in this class. If the type of the parameters does not match any of CompareTo(parm1, parm2) method, the method uses .NET Reflection mechanism to find the appropriate CompareTo method for the given types.