Hi,
How to compare two array string using C#.net?
Eg:
string[] com1 = { "COM6", "COM7" };
string[] com2 = { "COM6", "COM7","COM8" };
Here com1 and com2 are Array string.
Result:
COM8.
How to achieve this?
Regards,
Lakshmi Naraayanan.S
http://dotnettechrocks.blogspot.in/
http://abaprocker.blogspot.com/
Reply |
Reply with attachment |
Alert Moderator