[ 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.
this |
a bounding box |
b |
another bounding box |
true if the instances are equal, false otherwise |