JulianDateEquals Method (JulianDate) | 
  
    Namespace: 
   AGI.Foundation.Time
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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