Examples are as follows:
List<string> Ashuzu = new List<string>(); ("1"); ("2"); ("3"); List<string> Bshuzu = new List<string>(); ("1"); ("2"); ("4"); List<string> Cshuzu = new List<string>(); foreach (string aitem in Ashuzu) { if (!(aitem)) { (aitem); } }
The above article of C# comparison of two arrays, removing the repeated parts and returning the non-repeatable parts is all the content I share with you. I hope you can give you a reference and I hope you support me more.