MeshCache::MeshResult::!=

MeshCache::MeshResult::!=
bool operator !=(const MeshResult& other);
bool operator !=(ResultType val);
Description

The != operator determines the inequality of two mesh allocation results.

Parameters
Parameters 
Description 
const MeshResult& other 
The MeshResult to compare with. 
ResultType val 
The value of the mesh result to compare with. 
Return Value

A Boolean value of true if the two results are not equal and false otherwise.