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