containsImage method

bool containsImage()

Implementation

bool containsImage() {
  return value & _imageValue == _imageValue;
}