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