We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40310b3 commit 12c5acfCopy full SHA for 12c5acf
src/Smdn.Fundamental.MimeType/Smdn/MimeType.cs
@@ -69,7 +69,7 @@ public void Deconstruct(out string type, out string subType)
69
subType = SubType;
70
}
71
72
- public override int GetHashCode() => ToString().GetHashCode();
+ public override int GetHashCode() => ToString().GetHashCode(); // TODO: use System.HashCode
73
74
public static explicit operator string?(MimeType? mimeType)
75
=> mimeType?.ToString();
0 commit comments