try...
if($(xData.responseXML).find("Group[Name='Change Control - Admins']").length == 0)
Members not in the group 'Change Control - Admins' will return the 0 length. That has always worked for me.