bool operator ==(const DisplayHandle<C>& other) const;
The == operator compares the data of two context display handle.
Parameters |
Description |
const DisplayHandle<C>& other |
DisplayHandle whose value is compared to the current DisplayHandle. |
A Boolean value of true if the data of two DisplayHandle are equal and false otherwise.