equals

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

Structural equality: true when other is a SphericalHarmonics3 whose nine coefficients are all equal (via Vector3.equals, so NaN != NaN).

Matches three.js's SphericalHarmonics3.equals, but as the equals override it also accepts a non-SphericalHarmonics3 or null argument.