'Declaration Public Overloads Shared Function Equals( _ ByVal left As TdPeriodTimeWithTimeZone, _ ByVal right As TdPeriodTimeWithTimeZone _ ) As Boolean
'Usage Dim left As TdPeriodTimeWithTimeZone Dim right As TdPeriodTimeWithTimeZone Dim value As Boolean value = TdPeriodTimeWithTimeZone.Equals(left, right)
public static bool Equals( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
public: static bool Equals( TdPeriodTimeWithTimeZone left, TdPeriodTimeWithTimeZone right )
Parameters
- left
- A TdPeriodTimeWithTimeZone instance.
- right
- A TdPeriodTimeWithTimeZone instance.
Return Value
A boolean is returned that indicates the result of the comparison.