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