|
68 | 68 | </remarks> |
69 | 69 | </Docs> |
70 | 70 | </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">< 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> |
71 | 91 | <Member MemberName="Equals"> |
72 | 92 | <MemberSignature Language="C#" Value="public override bool Equals (object o);" /> |
73 | 93 | <MemberSignature Language="ILAsm" Value=".method public hidebysig virtual instance bool Equals(object o) cil managed" /> |
|
96 | 116 | <param name="o">The object to compare.</param> |
97 | 117 | <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> |
98 | 118 | <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">< 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> |
109 | 120 | </Docs> |
110 | 121 | </Member> |
111 | 122 | <Member MemberName="Equals"> |
|
0 commit comments