MeshCache::MeshResult::==

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

The == operator determines if the result of the mesh allocations are the same.

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 same and false otherwise.