diff --git a/api/MagicOnion.Internal.Box-1.html b/api/MagicOnion.Internal.Box-1.html
index fba455fa4..932eae8d0 100644
--- a/api/MagicOnion.Internal.Box-1.html
+++ b/api/MagicOnion.Internal.Box-1.html
@@ -141,7 +141,7 @@
Methods
- Equals(Object)
+ Equals(Nullable<Object>)
|
|
@@ -250,18 +250,18 @@ Returns
- Equals(Object)
+ Equals(Nullable<Object>)
-
public override bool Equals(object obj)
+
public override bool Equals(object? obj)
Parameters
- obj
System.Object
+ obj
System.Nullable<System.Object>
diff --git a/manifest.json b/manifest.json
index a2edd4477..d87fa7663 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1305,7 +1305,7 @@
"output": {
".html": {
"relative_path": "api/MagicOnion.Internal.Box-1.html",
- "hash": "o4aTXCBdYGO5sP03otwd/IxrUsFquTDaS94LN7+5IVw="
+ "hash": "5iXl/X5MfzDO4eQIBKZ9izYBjuGcVrwqm+b+f7FA3Zo="
}
},
"is_incremental": false,
diff --git a/xrefmap.yml b/xrefmap.yml
index a7b7ce7af..c21181b2d 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -6992,14 +6992,15 @@ references:
fullName.vb: MagicOnion.Internal.Box(Of T).Equals(MagicOnion.Internal.Box(Of T))
nameWithType: Box.Equals(Box)
nameWithType.vb: Box(Of T).Equals(Box(Of T))
-- uid: MagicOnion.Internal.Box`1.Equals(System.Object)
- name: Equals(Object)
- href: api/MagicOnion.Internal.Box-1.html#MagicOnion_Internal_Box_1_Equals_System_Object_
- commentId: M:MagicOnion.Internal.Box`1.Equals(System.Object)
- fullName: MagicOnion.Internal.Box.Equals(System.Object)
- fullName.vb: MagicOnion.Internal.Box(Of T).Equals(System.Object)
- nameWithType: Box.Equals(Object)
- nameWithType.vb: Box(Of T).Equals(Object)
+- uid: MagicOnion.Internal.Box`1.Equals(System.Nullable{System.Object})
+ name: Equals(Nullable