'Declaration Public Overloads Shared Function Equals( _ ByVal left As TdIntervalSecond, _ ByVal right As TdIntervalSecond _ ) As Boolean
'Usage Dim left As TdIntervalSecond Dim right As TdIntervalSecond Dim value As Boolean value = TdIntervalSecond.Equals(left, right)
public static bool Equals( TdIntervalSecond left, TdIntervalSecond right )
public: static bool Equals( TdIntervalSecond left, TdIntervalSecond right )
Parameters
- left
- A TdIntervalSecond instance.
- right
- A TdIntervalSecond instance.
Return Value
true
if the two TdIntervalSecond instances are equal, false
otherwise.