Exemplo n.º 1
0
 public bool Equals(SchemaAction other)
 {
     return Equals(other.value, value);
 }
Exemplo n.º 2
0
 public bool Equals(SchemaAction other)
 {
     return(Equals(other.value, value));
 }