From f81385b36a0ec1eec2ce6b737832452f36c1e04c Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sun, 10 Jul 2011 10:29:45 +0200 Subject: [PATCH] Document "not-equals" condition. --- Docs/README.conditions | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Docs/README.conditions b/Docs/README.conditions index 8acaaacf3..54e1aa636 100644 --- a/Docs/README.conditions +++ b/Docs/README.conditions @@ -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. +* ... + + Contains two properties or a property and value, and is true if the + properties have different values. + * ... Contains two properties or a property and a value, and is true if