What’s faster: string.Equals or string.Compare? - Kirill Osenkov - Site Home - MSDN Blogs
I just realized I was so busy lately that I haven’t blogged for a while! Here’s a quiz that left me clueless for some time (courtesy of our C# MVP Ahmed Ilyas): using System; using System.Diagnostics; public class Examples { public static void Main() { st
blogs.msdn.com |