RTHandle::==

RTHandle::==
bool operator ==(const RTHandle& other) const;
Description

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

Parameters
Parameters 
Description 
const RTHandle& other 
RTHandle whose data is compared to the current RTHandle
Return Value

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