All Operators
> Operator
>= Operator
<= Operator
OPERATOR: <>
Implemented in version 1.0
<>
The
<>
operator is called the not equal or inequality operator.
Code:
<%
If 128 <> 777 Then
Response.Write("Not equal")
End If
%>
Output:
Not equal
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information