Github user jorgebay commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/823#discussion_r176684867
--- Diff: gremlin-dotnet/src/Gremlin.Net/Process/Traversal/EnumWrapper.cs
---
@@ -48,5 +50,32 @@ protected EnumWrapper(string enumName, string enumValue)
EnumName = enumName;
EnumValue = enumValue;
}
+
+ /// <inheritdoc />
+ public bool Equals(EnumWrapper other)
--- End diff --
Nice! we've totally missed equality checks as part of 1901.---
