equals

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

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

Return

true if left and right are equal, false otherwise.

Parameters

left

The first AxisAlignedBoundingBox.

right

The second AxisAlignedBoundingBox.

See also