Or Operator - Visual Basic | Microsoft Learn
https://learn.microsoft.com/en-us/dotnet/visual-basic/language-reference/operators/or-operator
Sep 15, 2021 · The OrElse Operator performs short-circuiting, which means that if expression1 is True, then expression2 is not evaluated. For bitwise operations, the Or operator performs a …
DA: 24 PA: 85 MOZ Rank: 37