How many ways to compare String values in Dot Net?

 Posted by vishalneeraj-24503 on 11/22/2013 | Category: VB.NET Interview questions | Views: 5425 | Points: 40
Select from following answers:
  1. Dim n As Integer = String.Compare(string1, string2)
  2. Dim n As Integer = String.Compare(string1, string2,True)
  3. string1.Equals(string2)
  4. string1=string2
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response