Ejemplo n.º 1
0
 protected bool Equals(ClassifierUnit other) {
     return Accepting.Equals(other.Accepting) && Rejecting.Equals(other.Rejecting);
 }
Ejemplo n.º 2
0
 protected bool Equals(ClassifierUnit other)
 {
     return(Accepting.Equals(other.Accepting) && Rejecting.Equals(other.Rejecting));
 }