Implemented interface member:
4 references to Compare
System.Windows.Forms.Tests (4)
System\Windows\Forms\ListView.IconComparerTests.cs (4)
45int result = comparer.Compare(item1, item2); 56comparer.Compare(null, null).Should().Be(0); 57comparer.Compare(null, item).Should().BeLessThan(0); 58comparer.Compare(item, null).Should().BeGreaterThan(0);