MItemMathEqual Method

Checks the values of MItem expressions for equality.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.73.9126.0
C#
public bool MathEqual(
	MItem value
)

Parameters

value  MItem
Expression to check.

Return Value

Boolean
Checking result.

Remarks

The check is not performed element by element: the values of expressions are checked, not their identity in the record.

See Also