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