Integrations (PTC products, 3rd party products and code) > Code integration (Ada, ARINC 653, C, C#, C++, IDL, Java, SQL and VB) > SDL script for generating code > Operators > != operator (SDL script)
  
!= operator (SDL script)
This operator tests for inequality in a conditional statement.
You can use <> instead.
In this example, the FunctionPointer.sdl generation template is loaded only if the C Function Pointer Return property is not blank.
%if %custom "C Function Pointer Return" != "" %then
%load "FunctionPointer.sdl"
%endif