You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<paramname="other">A signed integer pointer to compare with this instance.</param>
1175
+
<summary>Returns a value that indicates whether this instance is equal to another signed integer pointer.</summary>
1176
+
<returns>
1177
+
<seelangword="true" /> if <paramrefname="other" /> equals the value of this instance; otherwise, <seelangword="false" />.</returns>
1178
+
<remarks>
1179
+
<formattype="text/markdown"><![CDATA[
1180
+
1181
+
## Remarks
1182
+
1183
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.IntPtr> instance is cast to an <xref:System.IEquatable%601> interface.
<paramname="other">An unsigned integer pointer to compare with this instance.</param>
1045
+
<summary>Returns a value that indicates whether this instance is equal to another unsigned integer pointer.</summary>
1046
+
<returns>
1047
+
<seelangword="true" /> if <paramrefname="other" /> equals the value of this instance; otherwise, <seelangword="false" />.</returns>
1048
+
<remarks>
1049
+
<formattype="text/markdown"><![CDATA[
1050
+
1051
+
## Remarks
1052
+
1053
+
This member is an explicit interface member implementation. It can be used only when the <xref:System.UIntPtr> instance is cast to an <xref:System.IEquatable%601> interface.
0 commit comments