"ne" helper function
Synopsis
Declared in <mrdocs/Handlebars/Helpers/Logical.hpp>
bool
ne_fn(dom::Array const& args);
Description
The "ne" helper returns true if any of the values are not equal.
Return Value
True if any of the values are not equal, false otherwise.
Parameters
Name |
Description |
args |
The values to compare |
Created with MrDocs