Click or drag to resize

JulianDateIsIdentical Method

Returns true if this date is identical to another date. Unlike Equals(JulianDate), this method will consider two dates with different time standards to be different even if the dates represent the same moment when expressed in the same time standard.

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 IsIdentical(
	JulianDate other
)

Parameters

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

Return Value

Type: Boolean
if other is identical to this instance; otherwise .
See Also