equal


Description:

[ Version ( since = "3.23.1" ) ]
public bool equal (BoundingBox b)

Compare two BoundingBox instances for equality.

This compares all fields and only returns true if the instances are exactly equal.

Both instances must be non-null.

Parameters:

this

a bounding box

b

another bounding box

Returns:

true if the instances are equal, false otherwise