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