Compare a string to the dmi field (if exists)
bool dmi_match(enum dmi_field f, const char * str);
f
DMI field identifier
str
string to compare the DMI field to
Returns true if the requested field equals to the str (including NULL).