Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 495 Bytes

operator-ne.md

File metadata and controls

20 lines (15 loc) · 495 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: operator NE
operator NE
12/17/2019
NE
operator NE
NE operator
operator NE
0364a3aa-e2f1-499d-8cc7-1fbec318715c

operator NE

Returns true (-1) if expression1 does not equal expression2, or returns false (0) if it does.

Syntax

expression1 NE expression2

See also

Operators reference
MASM BNF Grammar