예제 #1
0
 protected bool Equals(ClassifierUnit other) {
     return Accepting.Equals(other.Accepting) && Rejecting.Equals(other.Rejecting);
 }
예제 #2
0
 protected bool Equals(ClassifierUnit other)
 {
     return(Accepting.Equals(other.Accepting) && Rejecting.Equals(other.Rejecting));
 }