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