'Declaration Public Overloads Shared Function Equals( _ ByVal left As TdPeriodDate, _ ByVal right As TdPeriodDate _ ) As Boolean
'Usage Dim left As TdPeriodDate Dim right As TdPeriodDate Dim value As Boolean value = TdPeriodDate.Equals(left, right)
public static bool Equals( TdPeriodDate left, TdPeriodDate right )
public: static bool Equals( TdPeriodDate left, TdPeriodDate right )
Parameters
- left
- A TdPeriodDate instance.
- right
- A TdPeriodDate instance.
Return Value
A boolean is returned that indicates the result of the comparison.