'Declaration
Public Operator =( _ ByVal left As LxDateTime, _ ByVal right As LxDateTime _ ) As System.Boolean
public System.bool operator ==( LxDateTime left, LxDateTime right )
Parameters
- left
- first value
- right
- second value
Return Value
In order for them to be considered the same the Type must be the same. The timezone is taken into account when comparing them. If an explicit timezone is not present then they are considered to be UTC (Zulu time). If greater control is required then us Equals(LxDateTime,TimeZoneInfo)