Ejemplo n.º 1
0
 public bool Equals(ValueTable other)
 {
     return(true && Type.Equals(other.Type) && Compare.Equals(other.Compare) && Serialize.Equals(other.Serialize) && Deserialize.Equals(other.Deserialize) && DeserializeWithPspec.Equals(other.DeserializeWithPspec));
 }