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