示例#1
0
 protected override bool ThisEquals(RegexTermFactorTerm other)
 {
     return(Factor.Equals(other.Factor) && Term.Equals(other.Term));
 }