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.2.419.0 (24.2.419.0)
Syntax public bool IsIdentical(
JulianDate other
)
Public Function IsIdentical (
other As JulianDate
) As Boolean
public:
bool IsIdentical(
JulianDate other
)
member IsIdentical :
other : JulianDate -> bool
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