Class BooleanValue
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents a boolean value used in the BooleanOperator class.
public class BooleanValue
- Inheritance
-
BooleanValue
Properties
- Display
Gets or sets the display string for the boolean value.
- Value
Gets or sets the boolean value.
Methods
- Equals(object)
Determines whether the current object is equal to another object.
- GetHashCode()
Returns the hash code for the boolean value.
- ToString()
Returns the display string for the boolean value.