equals
fun equals(left: Cartesian4? = definedExternally, right: Cartesian4? = definedExternally): Boolean(source)
Compares the provided Cartesians componentwise and returns true
if they are equal, false
otherwise.
Return
true
if left and right are equal, false
otherwise.
Parameters
left
The first Cartesian.
right
The second Cartesian.