equals

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

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