Document "not-equals" condition.
This commit is contained in:
parent
ae5f44dfe1
commit
f81385b36a
1 changed files with 5 additions and 0 deletions
|
@ -162,6 +162,11 @@ Here's a quick syntax summary:
|
|||
Contains two properties or a property and value, and is true if the
|
||||
properties have equivalent values.
|
||||
|
||||
* <not-equals>...</not-equals>
|
||||
|
||||
Contains two properties or a property and value, and is true if the
|
||||
properties have different values.
|
||||
|
||||
* <greater-than>...</greater-than>
|
||||
|
||||
Contains two properties or a property and a value, and is true if
|
||||
|
|
Loading…
Reference in a new issue