Implement Ldtoken for fields (#94)

This commit is contained in:
Patrick Stevens
2025-07-05 22:21:58 +01:00
committed by GitHub
parent 56d1cf63d6
commit 3af1f2cc97
23 changed files with 830 additions and 345 deletions

View File

@@ -11,7 +11,7 @@ type ComparableTypeDefinitionHandle =
_Inner : TypeDefinitionHandle
}
override this.Equals (other) =
override this.Equals other =
match other with
| :? ComparableTypeDefinitionHandle as other -> this._Inner.GetHashCode () = other._Inner.GetHashCode ()
| _ -> false