summaryrefslogtreecommitdiff
path: root/src/bindings/mono/eo_mono/workaround.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bindings/mono/eo_mono/workaround.cs')
-rw-r--r--src/bindings/mono/eo_mono/workaround.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bindings/mono/eo_mono/workaround.cs b/src/bindings/mono/eo_mono/workaround.cs
index 107a7cd237..de8ab97efd 100644
--- a/src/bindings/mono/eo_mono/workaround.cs
+++ b/src/bindings/mono/eo_mono/workaround.cs
@@ -44,7 +44,7 @@ internal struct ClassDescription : IEquatable<ClassDescription>
/// </summary>
/// <returns>A hash code.</returns>
public override int GetHashCode()
- => version.GetHashCode() ^ name.GetHashCode()
+ => version.GetHashCode() ^ name.GetHashCode(StringComparison.Ordinal)
^ class_type ^ data_size.GetHashCode();
/// <summary>Returns whether this <see cref="ClassDescription" />