1--- 2title: ne 3linktitle: ne 4description: Returns the boolean truth of arg1 != arg2. 5date: 2017-07-26 6publishdate: 2017-07-26 7lastmod: 2017-07-26 8categories: [functions] 9menu: 10 docs: 11 parent: "functions" 12keywords: [operators,logic] 13signature: ["ne ARG1 ARG2"] 14workson: [] 15hugoversion: 16relatedfuncs: [] 17deprecated: false 18aliases: [] 19--- 20 21 22``` 23{{ if ne .Section "blog" }}current{{ end }} 24``` 25