Click or drag to resize
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: 2.4.0.0 (2.4.0.0)
Syntax
public int CompareTo(
	Object obj
)

Parameters

obj
Type: SystemObject
An object to compare with this instance.

Return Value

Type: Int32
A 32-bit signed integer that indicates the relative order of the comparands.

Implements

IComparableCompareTo(Object)
See Also