equalsTo

infix fun Point<C>.equalsTo(other: Point<C>): Boolean
infix fun Line<C>.equalsTo(other: Line<C>): Boolean
infix fun Quadric<C>.equalsTo(other: Quadric<C>): Boolean
infix inline fun Transformation<C>.equalsTo(other: Transformation<C>): Boolean