Compares two TimeZone objects for ordering. TimeZones are ordered by ascending Bias.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public int CompareTo(
Object obj
)
Public Function CompareTo (
obj As Object
) As Integer
Parameters
- obj
- Type: SystemObject
The other TimeZone object to compare.
Return Value
Type:
Int32A positive number if this TimeZone is larger, zero if equal,
a negative number if the other TimeZone is larger.
Implements
IComparableCompareTo(Object)See Also