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