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