bool operator !=(const MeshResult& other); bool operator !=(ResultType val);
The != operator determines the inequality of two mesh allocation results.
Parameters |
Description |
const MeshResult& other |
The MeshResult to compare with. |
ResultType val |
The value of the mesh result to compare with. |
A Boolean value of true if the two results are not equal and false otherwise.