Create a class like "User", and create properties like Username, and Password. Then create a generic list<t>, where T will be your class name.
Create two classes like:
User u1 = new User();
u1.USerName = "name1";
u1.Password = "pass1";
//same do for user2 and then compatre them
Mitja Bonca
Posting Maven
2,561 posts since May 2009
Reputation Points: 642
Solved Threads: 486
Skill Endorsements: 13
Tell me, what did you mean with "args arrow"?
And there sure are other ways to salve it.
I just dont get you issue completely.
Mitja Bonca
Posting Maven
2,561 posts since May 2009
Reputation Points: 642
Solved Threads: 486
Skill Endorsements: 13