Class BooleanExpression
Constant expression representing a boolean value (TRUE or FALSE), providing static instances for both states.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Expressions
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class BooleanExpression : ConstantExpression<bool>, IPrecalculatedExpressionThreeNode
Fields
False
Singleton instance representing the boolean FALSE value.
Declaration
public static readonly BooleanExpression False
Field Value
|
BooleanExpression
|
True
Singleton instance representing the boolean TRUE value.
Declaration
public static readonly BooleanExpression True
Field Value
|
BooleanExpression
|