@brief Returns whether the given form is a bandage. @param a_form The form to check. @return Returns true if the given form is a bandage, else returns false.
Form myForm__a_form bool returnedValue = iEquip_FormExt.IsBandage(myForm__a_form)