JulianDate.Equals Method |
Name | Description | |
---|---|---|
![]() | Equals(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.
|
![]() | Equals(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).) |