equals
fun equals(left: OrientedBoundingBox? = definedExternally, right: OrientedBoundingBox? = definedExternally): Boolean(source)
Compares the provided OrientedBoundingBox componentwise and returns true if they are equal, false otherwise.
Return
true if left and right are equal, false otherwise.
Parameters
left
The first OrientedBoundingBox.
right
The second OrientedBoundingBox.