Base:
4 references to GetHashCode
System.Drawing.Common.Tests (4)
System\Drawing\FontTests.cs (4)
446
Assert.Equal(font.
GetHashCode
(), font.
GetHashCode
());
888
Assert.NotEqual(font1.
GetHashCode
(), font2.
GetHashCode
());