Skip to content

Commit

Permalink
Merge pull request #1809 from kijanawoodard/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
jnyrup committed Feb 16, 2022
2 parents 8450e98 + 585b453 commit 795dcb1
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -576,7 +576,8 @@ public TSelf ComparingRecordsByValue()
}

/// <summary>
/// Ensures records by default are compared by value instead of their members.
/// Ensures records by default are compared by their members even though they override
/// the <see cref="object.Equals(object)" /> method.
/// </summary>
/// <remarks>
/// This is the default.
Expand Down

0 comments on commit 795dcb1

Please sign in to comment.