DisplayHandle::==

DisplayHandle::==
bool operator ==(const DisplayHandle<C>& other) const;
Description

The == operator compares the data of two context display handle.

Parameters
Parameters 
Description 
const DisplayHandle<C>& other 
DisplayHandle whose value is compared to the current DisplayHandle
Return Value

A Boolean value of true if the data of two DisplayHandle are equal and false otherwise.