| pageinfo | |
|---|---|
| status | Draft |
**This is an old revision of the document!**
C# 쿡북
개요
C#을 사용할 때 참고할 만한 내용들의 모음.
두 list 비교
a.Any(a => b.contains(a))를 쓰는 것이 가장 빠르다. a.Intersect(b).Any()를 사용해도 되지만, 벤치마크에 따르면 3배 정도 느리다.
wiki/csharp.cookbook.1738764665.txt.gz · Last modified: (external edit)
