I am trying to replace the depricated FindString() method with the Find() method. My results are inconsistent using the new method. What FindOptions properties should be set to mimic exactly how FindString() functione…...CaseSensitive = false; findOptions.LookInType...FindOptions(); findOptions.CaseSensitive = false; findOptions.LookInType...