Skip to content

Commit

Permalink
Call base implementation. Fixes #932
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Martinez committed Dec 7, 2022
1 parent 1d58495 commit d5a4d82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ public bool Deprecated
}

/// <inheritdoc/>
public override int GetHashCode() => HashCode.Combine( GetHashCode(), Deprecated );
public override int GetHashCode() => HashCode.Combine( base.GetHashCode(), Deprecated );
}

0 comments on commit d5a4d82

Please sign in to comment.