Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corniel committed Nov 16, 2024
1 parent 37680fd commit 879887d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public ForbiddenAttribute(params object[] values)
: base(values) => Do.Nothing();

/// <summary>Return false if the value of <see cref="SetOfValuesAttribute.IsValid(object)"/>
/// equals one of the values of the <see cref="ForbiddenValuesAttribute"/>.
/// equals one of the values of the <see cref="ForbiddenAttribute{TValue}"/>.
/// </summary>
protected override bool OnEqual => false;
}

0 comments on commit 879887d

Please sign in to comment.