JulianDateEquals Method (JulianDate) |
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 Equals(
JulianDate other
)
Public Function Equals (
other As JulianDate
) As Boolean
public:
virtual bool Equals(
JulianDate other
) sealed
abstract Equals :
other : JulianDate -> bool
override Equals :
other : JulianDate -> bool
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