Posts Tagged “VB.NET”
When evaluating an and statement, there is no point testing the right hand side if the left is false. In this example, there is no point evaluating SomeOtherCondition, because its value has no effect on the overall result of the and statement (false). Similiarly, in this example, there is no point evaluating SomeOtherCondition because it [...]


