Esempio n. 1
0
 /// <inheritdoc/>
 public override bool Matches(IAtom atom)
 {
     return(chiral || !expression.Matches(atom));
 }
Esempio n. 2
0
 /// <inheritdoc/>
 public override bool Matches(IAtom atom)
 {
     return(left.Matches(atom) || right.Matches(atom));
 }