Skip to content

Commit 066af96

Browse files
authored
Document System.Drawing.Point.Equals (#3650)
1 parent c921911 commit 066af96

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

xml/System.Drawing/Point.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,10 @@
376376
<Parameter Name="other" Type="System.Drawing.Point" Index="0" FrameworkAlternate="netcore-2.0;netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
377377
</Parameters>
378378
<Docs>
379-
<param name="other">To be added.</param>
380-
<summary>To be added.</summary>
381-
<returns>To be added.</returns>
379+
<param name="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+
<see langword="true" /> if <paramref name="other" /> has the same coordinates as this point instance.</returns>
382383
<remarks>To be added.</remarks>
383384
</Docs>
384385
</Member>
@@ -414,10 +415,10 @@
414415
<Parameter Name="obj" Type="System.Object" />
415416
</Parameters>
416417
<Docs>
417-
<param name="obj">The <see cref="T:System.Object" /> to test.</param>
418-
<summary>Specifies whether this <see cref="T:System.Drawing.Point" /> contains the same coordinates as the specified <see cref="T:System.Object" />.</summary>
418+
<param name="obj">The <see cref="T:System.Object" /> to test for equality.</param>
419+
<summary>Specifies whether this point instance contains the same coordinates as the specified object.</summary>
419420
<returns>
420-
<see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Drawing.Point" /> and has the same coordinates as this <see cref="T:System.Drawing.Point" />.</returns>
421+
<see langword="true" /> if <paramref name="obj" /> is a <see cref="T:System.Drawing.Point" /> and has the same coordinates as this point instance.</returns>
421422
<remarks>To be added.</remarks>
422423
</Docs>
423424
</Member>

0 commit comments

Comments
 (0)