ExprEquals Method
Implements a value-based equality comparison that is similar to the Wolfram Language SameQ function.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj Object
-
Boolean
It is not guaranteed to have the same behavior as SameQ.