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