Why are there two inequality comparison operators? <> and !=, per Microsoft != is the same as <>, why have two what benefit does this give us?
Functions the same as the <> (Not Equal To) comparison operator. msdn
Why are there two inequality comparison operators? <> and !=, per Microsoft != is the same as <>, why have two what benefit does this give us?
Functions the same as the <> (Not Equal To) comparison operator. msdn