Пример #1
0
 public bool Equals(SchemaAction other)
 {
     return Equals(other.value, value);
 }
Пример #2
0
 public bool Equals(SchemaAction other)
 {
     return(Equals(other.value, value));
 }