I have two strings as follows: "[email protected]","[email protected]"
My Code is below:
if([email protected] != [email protected])
{
excecutable code here
}
The code inside the loop is excecuted.
I have two strings as follows: "[email protected]","[email protected]"
My Code is below:
if([email protected] != [email protected])
{
excecutable code here
}
The code inside the loop is excecuted.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rijwan AnsariPosted Mar 2, 2023, 1:45 PM
Convert it into string like
Rajeev KumarPosted Mar 2, 2023, 10:04 AM
Hi Gopi,
I have tested code. It return false. Plz see Image-
Naimish MakwanaPosted Feb 10, 2023, 11:45 AM
Hi Gopi,
I have tested code. It is return false.
Thanks
Naimish Makwana