{
do this
}
I receive the following error;
"Operator "|" cannot be aplied to the operands of type 'method group' and 'bool'. CS0019
Is there any other way to ensure that, when a value crosses a certain point (travelling either up or down), that either way it triggers a condition ?


Comment