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