Click or drag to resize

JulianDateEquals Method (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.

Namespace:  AGI.Foundation.Time
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Equals(
	JulianDate other
)

Parameters

other
Type: AGI.Foundation.TimeJulianDate
The date to compare to this instance.

Return Value

Type: Boolean
if other represents the same value as this instance; otherwise .

Implements

IEquatableTEquals(T)
See Also