© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#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# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Next page

Similar Threads

Possible race condition?
C#CC# / help
16mo ago
Race condition with Interlocked.Exchange
C#CC# / help
14mo ago
✅ Introduce variable in `while` condition
C#CC# / help
3y ago
✅ Else condition refusing to work- looks correct.
C#CC# / help
11mo ago