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