Body::operator==
Returns whether or not two bodys are equal. .
bool operator== (
const Body& body
) const;
Parameters
- body
- Right operand of the == operation.
Return value
True, if the two bodys are equal.
Description
This method compares this body to the body parameter. Two bodys are equal, if they were generated at the same time.
Available from version: 12