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