MItemMathEqual Method
Checks the values of
MItem expressions for equality.
Namespace: SMath.Math.SymbolicAssembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.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.
The check is not performed element by element: the values of expressions are checked, not their identity in the record.