equal
Description:
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 |