You have the following C# code. StringBuilder sb = new StringBuilder(reallyLongString); The reallyLongStringvariable is a string in which a very long string is stored. You need to identify whether a string stored in an object named StringToFindis within the StringBuilder sbobject. Which code should you use?