Discussion :: C#.Net MCQs
- Which of these data type values is returned by equals() method of String class?
Answer : Option C
Explanation :
equals() method of string class returns boolean value true if both the strings are equal and false if they are unequal.
Be The First To Comment