From f1c155017bb122879d0e125378a778db14226635 Mon Sep 17 00:00:00 2001 From: mayuki Date: Tue, 8 Oct 2024 06:34:00 +0000 Subject: [PATCH] deploy: 276be0d3a6f0690d742e62103c005032c80d238e --- api/MagicOnion.Internal.Box-1.html | 8 ++++---- manifest.json | 2 +- xrefmap.yml | 17 +++++++++-------- 3 files changed, 14 insertions(+), 13 deletions(-) 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) + href: api/MagicOnion.Internal.Box-1.html#MagicOnion_Internal_Box_1_Equals_System_Nullable_System_Object__ + commentId: M:MagicOnion.Internal.Box`1.Equals(System.Nullable{System.Object}) + name.vb: Equals(Nullable(Of Object)) + fullName: MagicOnion.Internal.Box.Equals(System.Nullable) + fullName.vb: MagicOnion.Internal.Box(Of T).Equals(System.Nullable(Of System.Object)) + nameWithType: Box.Equals(Nullable) + nameWithType.vb: Box(Of T).Equals(Nullable(Of Object)) - uid: MagicOnion.Internal.Box`1.Equals* name: Equals href: api/MagicOnion.Internal.Box-1.html#MagicOnion_Internal_Box_1_Equals_