Skip to content

Commit a7697c0

Browse files
similar situation
1 parent fa195fa commit a7697c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Protocol/Models/BooleanOr.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public BooleanOr(bool value)
1515
_bool = value;
1616
}
1717

18-
public bool IsValue => this._value != default;
18+
public bool IsValue => !this._value.Equals(default);
1919
public T Value
2020
{
2121
get { return this._value; }

0 commit comments

Comments
 (0)