Skip to content

Commit 880f8ed

Browse files
committed
test - move remarks to the main section
1 parent c95bffa commit 880f8ed

File tree

1 file changed

+21
-10
lines changed

1 file changed

+21
-10
lines changed

xml/Windows.Foundation/Point.xml

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,26 @@
6868
</remarks>
6969
</Docs>
7070
</Member>
71+
<MemberGroup MemberName="Equals">
72+
<AssemblyInfo>
73+
<AssemblyName>System.Runtime.WindowsRuntime</AssemblyName>
74+
<AssemblyVersion>4.0.10.0</AssemblyVersion>
75+
<AssemblyVersion>4.0.14.0</AssemblyVersion>
76+
</AssemblyInfo>
77+
<Docs>
78+
<summary>To be added.</summary>
79+
<remarks>
80+
<format type="text/markdown"><![CDATA[
81+
82+
## Remarks
83+
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
84+
85+
For more information and examples of this member, see <xref:System.Windows.Point.Equals%2A?displayProperty=nameWithType> in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
86+
87+
]]></format>
88+
</remarks>
89+
</Docs>
90+
</MemberGroup>
7191
<Member MemberName="Equals">
7292
<MemberSignature Language="C#" Value="public override bool Equals (object o);" />
7393
<MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object o) cil managed" />
@@ -96,16 +116,7 @@
96116
<param name="o">The object to compare.</param>
97117
<summary>Determines whether the specified object is a <see cref="T:Windows.Foundation.Point" /> and whether it contains the same values as this <see cref="T:Windows.Foundation.Point" />.</summary>
98118
<returns><see langword="true" /> if <paramref name="obj" /> is a <see cref="T:Windows.Foundation.Point" /> and contains the same <see cref="P:Windows.Foundation.Point.X" /> and <see cref="P:Windows.Foundation.Point.Y" /> values as this <see cref="T:Windows.Foundation.Point" />; otherwise, <see langword="false" />.</returns>
99-
<remarks>
100-
<format type="text/markdown"><![CDATA[
101-
102-
## Remarks
103-
This struct represents the .NET projection of the Windows Runtime (WinRT) `Point` struct. For more information, see [Point](https://docs.microsoft.com/uwp/api/windows.foundation.point) in the UWP API reference.
104-
105-
For more information and examples of this member, see <xref:System.Windows.Point.Equals%2A?displayProperty=nameWithType> in the .NET Framework API reference. (Examples show WPF usage and might not translate directly to UWP XAML.)
106-
107-
]]></format>
108-
</remarks>
119+
<remarks>To be added.</remarks>
109120
</Docs>
110121
</Member>
111122
<Member MemberName="Equals">

0 commit comments

Comments
 (0)