The xtd::expressions::not_equal_expression is the not equal expression.
Public Fields | |
| static constexpr operator_precedence | precedence |
| The operator precedence. That contains one of xtd::expressions::operator_precedence values. | |
Public Constructors | |
| constexpr | not_equal_expression ()=default |
| Initialize a new xtd::expressions::not_equal_expression object. | |
| constexpr | not_equal_expression (left_t left, right_t right) |
| Initialize a new xtd::expressions::not_equal_expression object with specified left and right operands. | |
Public Operators | |
| template<typename... args_t> | |
| constexpr auto | operator() (args_t &&... args) const |
| Equal to the specified arguments. | |
Additional Inherited Members |
|
constexprdefault |
Initialize a new xtd::expressions::not_equal_expression object.
|
inlineconstexpr |
Initialize a new xtd::expressions::not_equal_expression object with specified left and right operands.
| left | The left operand. |
| right | The right operand. |
|
inlineconstexpr |
Equal to the specified arguments.
| args | the arguments to not equal. |
|
staticconstexpr |
The operator precedence. That contains one of xtd::expressions::operator_precedence values.