コード例 #1
0
ファイル: Rings.cs プロジェクト: wiselynx/ComputerAlgebra
 public override bool Contains(Expression x)
 {
     return(x.IsTrue() || x.IsFalse());
 }