Basically a series of titles will be passed into the switch statement and I need to compare them against the string values of the enum. But I have little to no idea how to do th
This is not the kind of thing that should be hard-coded. It should be data-driven, possibly read from an external file or database. You could store them in a Dictionary and use the keys to drive your logic.