if (in_array($USER->GetUserGroupArray(), array(20))) { ... }
if (array_search(20, $USER->GetUserGroupArray()) ) { .. }