! * \brief Comparator * \param other Another object ref. * \return the compare result. */
| 781 | * \return the compare result. |
| 782 | */ |
| 783 | bool same_as(const ObjectRef& other) const { return data_ == other.data_; } |
| 784 | /*! |
| 785 | * \brief Comparator |
| 786 | * \param other Another object ref. |