다음을 통해 공유


operator != (MASM)

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at operator != (MASM).

Is not equal to. Used only within .IF, .WHILE, or .REPEAT blocks and evaluated at run time, not at assembly time.

Syntax

  
expression1 != expression2  

See Also

Operators Reference