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