TimeZoneInformationCompareTo Method  | 
 
            Compares the current instance with another object of the same type.
            
 
    Namespace: 
   WorkflowGen.My.Globalization
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic int CompareTo(
	Object obj
)
Public Function CompareTo ( 
	obj As Object
) As Integer
Parameters
- obj
 - Type: SystemObject
An object to compare with this instance. 
Return Value
Type: 
Int32A 32-bit signed integer that indicates the relative order of the comparison.
Implements
IComparableCompareTo(Object)
See Also