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