Checks if the first parameter (T) is not equal to the second parameter (T).
T
{ "id": "MyConfigField", "type": "number",},{ // ... "visible": ["neq", ["value", "MyConfigField"], 123],}, Copy
{ "id": "MyConfigField", "type": "number",},{ // ... "visible": ["neq", ["value", "MyConfigField"], 123],},
Checks if the first parameter (
T
) is not equal to the second parameter (T
).