Ptr::==

Ptr::==
SF_INLINE bool operator ==(const Ptr & other) const;
SF_INLINE bool operator ==(C * pother) const;
Description

== compares two smart pointers for equality.

Parameters
Parameters 
Description 
const Ptr & other 
Reference to another object with which to compare. 
C * pother 
A pointer to another object with which to compare. 
Return Value

A Boolean value of 1 if the two pointers are equal, otherwise 0.