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.

Definition

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

Parameters

value  MItem
Expression to check.

Return Value

Boolean
Checking result.

See Also