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