.NET/Link API Version 1.7 USE FRAMES

Expr.TrueQ Method 

Tells whether the Expr represents the Mathematica symbol True. Works like the Mathematica function TrueQ.

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

Return Value

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

See Also

Expr Class | Wolfram.NETLink Namespace