Font-size: A A A
Version: 1.0
The <> operator is called the not equal or inequality operator.
<% If 128 <> 777 Then Response.Write("Not equal") End If %>
Not equal