ExprEquals Method

Implements a value-based equality comparison that is similar to the Wolfram Language SameQ function.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
 

Return Value

Boolean

Remarks

It is not guaranteed to have the same behavior as SameQ.

See Also