I have two strings as follows: "abc@gmail.com","abc@gmail.com"
My Code is below:
if(abc@gmail.com != abc@gmail.com)
{
excecutable code here
}
The code inside the loop is excecuted.