Click or drag to resize

JulianDate.Equals Method

Overload List
  NameDescription
Public methodEquals(JulianDate)
Returns true if this date exactly equals another date. To be considered equal, Day and SecondsOfDay must be identical when converted to a common time standard. It is highly recommended that you use EqualsEpsilon(JulianDate, Double) or IsIdentical(JulianDate) instead of this method.
Public methodEquals(Object)
Returns true if this date exactly equals another date. To be considered equal, Day and SecondsOfDay must be identical when converted to a common time standard. It is highly recommended that you use EqualsEpsilon(JulianDate, Double) or IsIdentical(JulianDate) instead of this method.
(Overrides ValueType.Equals(Object).)
Top
See Also