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