Anonymous Quiz
21%
String.Compare
49%
String.CompareOrdinal
23%
String.Equals
6%
String.CompareTo
💊2
Anonymous Quiz
13%
interface IMyInterface { void MyMethod() { } }
74%
interface IMyInterface { void MyMethod(); }
12%
interface IMyInterface { int MyProperty { get; set; } }
1%
interface IMyInterface { event EventHandler MyEvent; }