gpt4 book ai didi

c# - 在两个数组中查找 "not the same"个元素

转载 作者:太空狗 更新时间:2023-10-29 19:53:22 26 4
gpt4 key购买 nike

我有两个整数列表 ( List<int> )。它们包含相同的元素,但列表 1 包含列表 2 中没有的元素。

如何找到列表 1 的哪些元素不在列表 2 中。

谢谢 :)

附言。语言是c#

最佳答案

您可以使用 IEnumerable.Except :

list1.Except(list2);

关于c# - 在两个数组中查找 "not the same"个元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2951764/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com