boost::pfr::not_equal — std::not_equal like comparator that returns boost::pfr::ne (x, y)
// In header: <boost/pfr/functors.hpp> template<typename T> struct not_equal { // public member functions (, ) ; };
not_equal
( x, y) ;
Returns:
true if at least one field x not equals the field with same index of y.