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