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
* Use <see langword="null"/> instead of <c>null</c>
* Use <see langword="true"/> instead of <c>true</c>
* Use <see langword="false"/> instead of <c>false</c>
@@ -183,7 +183,7 @@ public bool Equals (AccessRight other)
183
183
/// <remarks>
184
184
/// Determines whether two access rights are not equal.
185
185
/// </remarks>
186
-
/// <returns><c>true</c> if <paramref name="right1"/> and <paramref name="right2"/> are not equal; otherwise, <c>false</c>.</returns>
186
+
/// <returns><see langword="true" /> if <paramref name="right1"/> and <paramref name="right2"/> are not equal; otherwise, <see langword="false" />.</returns>
187
187
/// <param name="right1">The first access right to compare.</param>
188
188
/// <param name="right2">The second access right to compare.</param>
@@ -208,7 +208,7 @@ public bool Equals (AnnotationAttribute other)
208
208
/// <remarks>
209
209
/// Determines whether two annotation attributes are not equal.
210
210
/// </remarks>
211
-
/// <returns><c>true</c> if <paramref name="attr1"/> and <paramref name="attr2"/> are not equal; otherwise, <c>false</c>.</returns>
211
+
/// <returns><see langword="true" /> if <paramref name="attr1"/> and <paramref name="attr2"/> are not equal; otherwise, <see langword="false" />.</returns>
212
212
/// <param name="attr1">The first annotation attribute to compare.</param>
213
213
/// <param name="attr2">The second annotation attribute to compare.</param>
@@ -354,7 +354,7 @@ public bool Equals (AnnotationEntry other)
354
354
/// <remarks>
355
355
/// Determines whether two annotation entries are not equal.
356
356
/// </remarks>
357
-
/// <returns><c>true</c> if <paramref name="entry1"/> and <paramref name="entry2"/> are not equal; otherwise, <c>false</c>.</returns>
357
+
/// <returns><see langword="true" /> if <paramref name="entry1"/> and <paramref name="entry2"/> are not equal; otherwise, <see langword="false" />.</returns>
358
358
/// <param name="entry1">The first annotation entry to compare.</param>
359
359
/// <param name="entry2">The second annotation entry to compare.</param>
0 commit comments