JulianDate.IsIdentical 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.Time.JulianDate
The date to compare to this instance.
Return Value
Type:
Booleantrue if
other is identical to this instance; otherwise
false.
See Also