mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			467 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "name": "<>",
 | 
						|
  "type": "operator",
 | 
						|
  "description": "Compares two values and evaluates to 1 if they are not equal.",
 | 
						|
  "arguments": [
 | 
						|
        { "arg": "a", "description": "value" },
 | 
						|
        { "arg": "b", "description": "value" }
 | 
						|
  ],
 | 
						|
  "examples": [
 | 
						|
	{ "expression":"5 <> 4", "returns":"1"},
 | 
						|
	{ "expression":"4 <> 4", "returns":"0"},
 | 
						|
	{ "expression":"5 <> NULL", "returns":"NULL"},
 | 
						|
	{ "expression":"NULL <> NULL", "returns":"NULL"}
 | 
						|
  ]
 | 
						|
}
 |