JulianDateEquals Method |
Name | Description | |
---|---|---|
Equals(JulianDate) |
Returns true if this date exactly equals another date. To be considered equal, the Day
and SecondsOfDay properties 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, the Day
and SecondsOfDay properties 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 ValueTypeEquals(Object).) |