equals

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

Structural equality: true when other is a Plane with an equal normal (via Vector3.equals) and an equal constant (primitive ==, so NaN != NaN).