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