注意:以下翻译的准确性尚未经过验证。这是使用 AIP ↗ 从原始英文文本进行的机器翻译。
支持于: 批处理,流处理
如果左侧和右侧相等,则返回true。
表达式类别: 布尔
输出类型: 布尔
参数值:
a
b
a | b | 输出 |
---|---|---|
1 | 1 | true |
1 | 0 | false |
参数值:
a
b
a | b | 输出 |
---|---|---|
1.0 | 1 | true |
1.0 | 0 | false |
参数值:
departure
destination
departure | destination | 输出 |
---|---|---|
Heathrow | Heathrow | true |
Heathrow | Gatwick | false |
参数值:
departure
destination
departure | destination | 输出 |
---|---|---|
null | null | true |
null | Heathrow | false |