Parameters
- obj
- TdTime instance to compare against.
Return Value
            The result of the comparison is returned as an integer.
            
| Exception | Description | 
|---|---|
| System.ArgumentException | obj is not of type TdTime | 
The integer returned when this instance is compared to obj indicates the following:
| Return Value | Meaning | 
|---|---|
| Less than Zero | This instance is less than obj. -or- This instance is TdTime.Null. | 
| Zero | This instance is equal to obj. -or- This instance is Null and obj is Null. | 
| Greater than Zero | This instance is greater than obj. -or- obj is Null or a  | 
obj must be an instance of TdTime type or null reference.
| Product | Versions | Platforms | 
|---|---|---|
| .NET | 6, 7 | Windows, Linux, MacOS | 
| .NET Framework | 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows | 
| .NET Standard | 2.0 | Windows, Linux, MacOS |