all static method

Implementation

static bool all(MediaQueryData old, MediaQueryData data) {
  return old != data;
}