equals

fun equals(left: BoundingSphere? = definedExternally, right: BoundingSphere? = definedExternally): Boolean(source)

Compares the provided BoundingSphere componentwise and returns true if they are equal, false otherwise.

Return

true if left and right are equal, false otherwise.

Parameters

left

The first BoundingSphere.

right

The second BoundingSphere.

See also