In VB.Net, the If operator is a shorthand way of writing a conditional expression. It evaluates a condition and returns one of two values based on whether the condition is True or False. The syntax is as follows:
Dim result = If(condition, valueIfTrue, valueIfFalse)
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
airtonpereira
2 weeks, 2 days agomcakumar
2 months, 2 weeks agoMorendi
9 months, 4 weeks ago