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">The point to test for equality.</param>
380
+
<summary>Specifies whether this point instance contains the same coordinates as another point.</summary>
381
+
<returns>
382
+
<seelangword="true" /> if <paramrefname="other" /> has the same coordinates as this point instance.</returns>
382
383
<remarks>To be added.</remarks>
383
384
</Docs>
384
385
</Member>
@@ -414,10 +415,10 @@
414
415
<ParameterName="obj"Type="System.Object" />
415
416
</Parameters>
416
417
<Docs>
417
-
<paramname="obj">The <seecref="T:System.Object" /> to test.</param>
418
-
<summary>Specifies whether this <seecref="T:System.Drawing.Point" /> contains the same coordinates as the specified <seecref="T:System.Object" />.</summary>
418
+
<paramname="obj">The <seecref="T:System.Object" /> to test for equality.</param>
419
+
<summary>Specifies whether this point instance contains the same coordinates as the specified object.</summary>
419
420
<returns>
420
-
<seelangword="true" /> if <paramrefname="obj" /> is a <seecref="T:System.Drawing.Point" /> and has the same coordinates as this <seecref="T:System.Drawing.Point" />.</returns>
421
+
<seelangword="true" /> if <paramrefname="obj" /> is a <seecref="T:System.Drawing.Point" /> and has the same coordinates as this point instance.</returns>
0 commit comments