예제 #1
0
 public bool Equals(Production production)
 {
     return (this == production);
 }
예제 #2
0
 public bool NotEquals(Production production)
 {
     return !Equals(production);
 }
예제 #3
0
 public bool NotEquals(Production production)
 {
     return this != production;
 }