ExprTrueQ Method

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

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool TrueQ()

Return Value

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

See Also