'Usage Dim instance As TdPeriodTime Dim obj As Object Dim value As Boolean value = instance.Equals(obj)
Parameters
- obj
- A TdPeriodTime that will be compared to this instance of TdPeriodTime.
Return Value
true
is returned if the two TdPeriodTimes are equal, false
otherwise.