Base:
3 references to GetHashCode
System.Drawing.Common.Tests (3)
System\Drawing\FontFamilyTests.cs (1)
158Assert.Equal(fontFamily.GetName(0).GetHashCode(), fontFamily.GetHashCode());
System\Drawing\FontTests.cs (2)
47if (font1.FontFamily.GetHashCode() != font2.FontFamily.GetHashCode())