Value | Meaning |
---|---|
Less than zero | This instance is less than obj. |
Zero | This instance is equal to obj. |
Greater than zero | This instance is greater than obj. |
Visual Basic (Declaration) | |
---|---|
Public Overloads Function CompareTo( _ ByVal other As Length _ ) As System.Integer |
Parameters
- other
- Length to compare.