Exemplo n.º 1
0
 public bool Equals(ClosedValueInstance other)
 {
     if (other == null)
     {
         return(false);
     }
     return(m_values.Equals(other.m_values));
 }