[]
Gets a value indicating whether the ExpressionInfo object represents a dynamic expression.
public virtual bool IsExpression { get; }
Type | Description |
---|---|
bool | A bool value.
|
Essentially if the expression was prefixed with an equal sign, it would be determined to be an expression. Otherwise, it would NOT be considered an expression.