Boolean
- Source:
Methods
(static) xor(a, b) → {boolean}
- Description:
- Returns result of logic XOR operation between a and b arguments
- Source:
Parameters:
Name | Type | Description |
---|---|---|
a |
boolean | A |
b |
boolean | B |
Returns:
Result
- Type
- boolean