MItemMathEqual Method
Checking mathematical expressions for equality. The check is not
performed element by element - the values of expressions are
checked, and not their identity in the record.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
public bool MathEqual(
MItem value
)
Public Function MathEqual (
value As MItem
) As Boolean
public:
bool MathEqual(
MItem^ value
)
member MathEqual :
value : MItem -> bool
- value MItem
-
Expression to check.
Boolean
Checking result.