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