Liquid XML Data Binder
and
Liquid XML Objects
Documentation
Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ /
Reference
/
CSmartPtr
/ C++ operator== - CSmartPtr
Collapse All
Expand All
In This Topic
C++ operator== - CSmartPtr
In This Topic
bool operator==(T* pT) const
Property
Description
Method Name
operator ==
Argument - pT
A pointer to the object to compare with this object
Returns
true if this smart pointer contains a reference to the
pT
.
Description
Compares the value of the pointers.
Remarks
Example