summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml
index 3e849ab5..1a6d1036 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/Font.xml
@@ -333,8 +333,8 @@
<Parameter Name="right" Type="Xamarin.Forms.Font" />
</Parameters>
<Docs>
- <param name="left">To be added.</param>
- <param name="right">To be added.</param>
+ <param name="left">The first font in the comparison.</param>
+ <param name="right">The second font in the comparison.</param>
<summary>Returns <see langword="true" /> if <paramref name="left" /> represents the same font that <paramref name="right" /> represents. Otherwise, <see langword="false" />.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
@@ -361,8 +361,8 @@
<Parameter Name="right" Type="Xamarin.Forms.Font" />
</Parameters>
<Docs>
- <param name="left">To be added.</param>
- <param name="right">To be added.</param>
+ <param name="left">The first font in the comparison.</param>
+ <param name="right">The second font in the comparison.</param>
<summary>Returns <see langword="true" /> if <paramref name="left" /> does not represent the same font that <paramref name="right" /> represents. Otherwise, <see langword="false" />.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>