© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
9 replies
Sound

✅ If statement meaning

Does
if (Segments[i].Type is not SegmentType.Junction or SegmentType.Tail)
if (Segments[i].Type is not SegmentType.Junction or SegmentType.Tail)
mean
if(Segments[i].Type != SegmentType.Junction && Segments[i].Type != SegmentType.Tail))
if(Segments[i].Type != SegmentType.Junction && Segments[i].Type != SegmentType.Tail))
?
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?

Similar Threads

✅ If statement.
C#CC# / help
4y ago
✅ if statement help
C#CC# / help
2y ago
if statement and scopes
C#CC# / help
2y ago