cee::PropertySet
- 
class PropertySet : public RefCountedObject
- A property set stores a set of properties each consisting of a key and a value. - Public Functions - 
PropertySet(const PropertySet &other)
- Constructs a property set object as a copy of other. 
 - 
PropertySet &operator=(const PropertySet &rhs)
- Assigns rhs to this property set and returns a reference to this property set. 
 - 
bool operator==(const PropertySet &rhs) const
- Returns true if rhs is equal to this property set; otherwise returns false. 
 - 
bool operator!=(const PropertySet &rhs) const
- Returns true if rhs is not equal to this property set; otherwise returns false. 
 
- 
PropertySet(const PropertySet &other)
