how to check the condition for not equal to?
1 Like
Hi buddy @priyankavivek
Hope you are doing good
Fine coming to the point
Kindly have a view on this that could add you more insights on this
https://docs.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/comparison-operators
for not equal to its variable1 <> variable2
or Not variable1.Equals(variable2)
either of them would work
Cheers @priyankavivek
4 Likes
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.