MItemEquals Method

Checking expressions for identity.

Definition

Namespace: SMath.Math.Symbolic
Assembly: SMath.Math.Symbolic (in SMath.Math.Symbolic.dll) Version: 1.35.9018.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
Expression to check.

Return Value

Boolean
Checking result.

See Also