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