.NET/Link API Version 1.7 USE FRAMES

Expr.SymbolQ Method 

Tells whether the Expr represents a Mathematica symbol.

[Visual Basic]
Public Function SymbolQ() As Boolean
[C#]
public bool SymbolQ();

Return Value

true, if the Expr is a symbol; false otherwise.

Remarks

Works like the following test in Mathematica: Head[e] === Symbol.

See Also

Expr Class | Wolfram.NETLink Namespace