RTHandle::=

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

The = value assigns the value of the current render context handle to the value of the passed handle.

Parameters
Parameters 
Description 
const RTHandle& other 
A handle whose data is set to the current context handle.