C# MCQ Set 1 1. Which of these methods of class String is used to compare two String objects for their equality? a) equals() b) Equals() c) isequal() d) Isequal() AnswerAnswer: a [Reason:] None. 2. Which of these methods is used to compare two strings such that after comparison output returns different integer values as…