*Also, does the And operator already acts like an AndAlso, or both exists in a different way?
&& is the short-circuiting logical "And" operator, so it is equivalent of AndAlso in VB.
& is bitwise "And" and does not short-circuit, so it is equivalent to And in VB.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With