C# program to check given strings are equal or not using equal to (==) operator
belongs to collection: C# Basic Programs | If else (conditional statement) programs
All Answers
total answers (1)
belongs to collection: C# Basic Programs | If else (conditional statement) programs
total answers (1)
C# code for string comparison
Here, we are asking for two strings input from the user and checking them whether they are equal or not using == operator and also ignoring the case.
Output