equals

open operator override fun equals(other: Any?): Boolean

Structural equality: true when other is a Line3 with equal start and end (each compared via Vector3.equals, so NaN != NaN).