SECUserTool::operator=
SECUserTool&SECUserTool::operator=(const SECUserTool&rhs)
Overloaded operator for SECUserTool object. The members of the SECUserTool object on the left are set based on the SECUserTool object on the right-hand side.
Defined in: usertool.cpp
Return Value
A reference to the SECUserTool object.
Parameters
rhs
Reference to another SECUserTool object to copy.
See Also