XOR
Hierarchy
-
↳
XOR
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new XOR(match_value?)
Parameters
| Name | Type |
|---|---|
match_value? | any |
Overrides
Properties
match_value
match_value: any
Methods
test
test(input_a, input_b, match_value): boolean
Parameters
| Name | Type |
|---|---|
input_a | any |
input_b | any |
match_value | any |
Returns
boolean