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