equals
fun equals(left: Cartesian2? = definedExternally, right: Cartesian2? = 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.