Find () 대 FirstOrDefault ()의 성능 비슷한 질문 : Find () 대 Where (). FirstOrDefault () 단일 문자열 속성을 갖는 간단한 참조 유형의 큰 시퀀스 내에서 Diana를 검색하는 흥미로운 결과를 얻었습니다. using System; using System.Collections.Generic; using System.Linq; public class Customer{ public string Name {get;set;} } Stopwatch watch = new Stopwatch(); const string diana = "Diana"; while (Console.ReadKey().Key != ConsoleKey.Escape) { //Armour with 10..