stringbuilder sb = new stringbuilder(reallylongstring); the reallylongstring variable is a string in which a very long string is stored. you need to identify whether a string stored in an object named stringtofind is within the stringbuilder sb object.
sb.Equals(stringToFind);