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