internal override bool Equal(Literal rhs)
 {
     return(rhs.Equal(this.m_value));
 }