'Declaration
Public Overloads Function Equals( _ ByVal dt As LxDateTime, _ ByVal defaultTimeZone As System.TimeZoneInfo _ ) As System.Boolean
public System.bool Equals( LxDateTime dt, System.TimeZoneInfo defaultTimeZone )
Parameters
- dt
- The LxDateTime to be compare for equality
- defaultTimeZone
- Determines how date/times with no timezone are treated
Return Value
true if the 2 LxDateTime objects have the same Type and when converted to UTC have the same value.