Source code is ``` && m_is_null == m_is_null; ``` Maybe better code might be ``` && m_is_null == other.m_is_null; ```