bool operator ==(const MeshResult& other); bool operator ==(ResultType val);
The == operator determines if the result of the mesh allocations are the same.
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 same and false otherwise.