diff --git a/QuestPDF/Infrastructure/Size.cs b/QuestPDF/Infrastructure/Size.cs index 196d58e..e052239 100644 --- a/QuestPDF/Infrastructure/Size.cs +++ b/QuestPDF/Infrastructure/Size.cs @@ -30,13 +30,5 @@ if (obj.GetType() != this.GetType()) return false; return Equals((Size) obj); } - - public override int GetHashCode() - { - unchecked - { - return (Width.GetHashCode() * 397) ^ Height.GetHashCode(); - } - } } } \ No newline at end of file