UnionEqualFunctionDTO

FunctionDTO that represents the following internal functions:

Sub Type Property: "_type" : "UnionEqualFunction"

Fields

Type
Name
Description
Optional
Default Value
params
The parameter list of the function.
false
 
Boolean  
not
The flag to invert the function.
true
false

Example

{
	"_type" : "UnionEqualFunction",
	"not" : false,
	"params" : [
		{
			"_type" : "String",
			"value" : "A",
			"writable" : true,
			"readable" : true,
			"status" : null
		},
		{
			"_type" : "String",
			"value" : "C",
			"writable" : true,
			"readable" : true,
			"status" : null
		},
		{
			"_type" : "String",
			"value" : "C",
			"writable" : true,
			"readable" : true,
			"status" : null
		}
	]
}