Esempio n. 1
0
 protected bool Equals(HoconValue other)
 {
     return(Type == other.Type && GetString() == other.GetString());
 }