コード例 #1
0
ファイル: ClassifierUnit.cs プロジェクト: RainsSoft/Code2Xml
 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));
 }