© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
C
C#
•
3y ago
•
63 replies
Faceboiii
❔ Implicate without condition
Hey
, I need to multiple bools to imply a bool
. If I
'm not wrong
, in logic it would look like this
:
bool1 ^ bool2 => bool3
bool1 ^ bool2 => bool3
. However I couldn
't find out how to do that in C
# without using conditions
(like
bool bool3 = bool2 && bool1
bool bool3 = bool2 && bool1
)
. I hope someone can help me
:
)
)
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Next page
Similar Threads
Possible race condition?
C
C# / help
16mo ago
Race condition with Interlocked.Exchange
C
C# / help
14mo ago
✅ Introduce variable in `while` condition
C
C# / help
3y ago
✅ Else condition refusing to work- looks correct.
C
C# / help
11mo ago