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