equals
fun equals(left: JulianDate? = definedExternally, right: JulianDate? = definedExternally): Boolean(source)
Compares two instances and returns true if they are equal, false otherwise.
Return
true if the dates are equal; otherwise, false.
Parameters
left
The first instance.
right
The second instance.