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