Page MenuHomeFeedback Tracker

[Feature Request] New scripting command: notEqualTo
Closed, ResolvedPublic

Description

This may seem like a redundant command, but every time I want to negate isEqualTo I find myself going back to the start of an expression to put an ! and then putting parentheses around it.

But having a command that already returns the negated value is much more convenient.

_a notEqualTo _b which would be identical to !(_a isEqualTo _b)

This also makes sense, because we already have:
== and !=

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 7
Category
Feature Request

Event Timeline

Leopard20 created this task.Aug 6 2020, 4:08 PM
Leopard20 updated the task description. (Show Details)Aug 6 2020, 4:15 PM
h- added a subscriber: h-.Aug 6 2020, 5:14 PM
DrSova added a subscriber: DrSova.Sep 4 2020, 3:16 PM

This can be closed. isNotEqualTo was added in the latest dev branch

LouMontana closed this task as Resolved.Nov 3 2020, 1:19 PM