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