///////////////////////////////////////////////////////////////////////////
| 972 | |
| 973 | //////////////////////////////////////////////////////////////////////////////// |
| 974 | bool Variant::operator_nomatch(const Variant& other, const Task& task) const { |
| 975 | return !operator_match(other, task); |
| 976 | } |
| 977 | |
| 978 | //////////////////////////////////////////////////////////////////////////////// |
| 979 | // Partial match is mostly a clone of operator==, but with some overrides: |
no outgoing calls