ExprSymbolQ Method
Tells whether the Expr represents a Wolfram Language symbol.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Public Function SymbolQ As Boolean
member SymbolQ : unit -> bool
Return Value
Booleantrue, if the Expr is a symbol; false otherwise.
Works like the following test in Wolfram Language: Head[e] === Symbol.