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