Example #1
0
 public override bool IsSubstitution(IAlgebraicEntity entity)
 {
     return(entity switch  {
         Symbol sym => this.Symbol.Equals(sym),
         _ => false
     });
Example #2
0
 public abstract bool IsSubstitution(IAlgebraicEntity entity);