'Declaration Public Overloads Function Equals( _ ByVal other As TdPeriodTimestampWithTimeZone _ ) As Boolean
'Usage Dim instance As TdPeriodTimestampWithTimeZone Dim other As TdPeriodTimestampWithTimeZone Dim value As Boolean value = instance.Equals(other)
public bool Equals( TdPeriodTimestampWithTimeZone other )
public: bool Equals( TdPeriodTimestampWithTimeZone other )
Parameters
- other
- A TdPeriodTimestampWithTimeZone that will be compared to this instance of TdPeriodTimestampWithTimeZone.
Return Value
true
if the two TdPeriodTimestampWithTimeZone values are equal, false
otherwise.