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