Body::operator>
Returns whether or not this body is greater then right operand.
bool operator> (
const Body& body
) const;
Parameters
- body
- Right operand of the > operation.
Return value
True, if this body is greater than the right operand.
Description
This method compares this body to the body parameter. The first body is greater than the second, if the first body was generated later than the the second one.
Available from version: 12