Check if two or more values are exactly the same as each other.
Right-click to add more values to compare, or change the type (ex: number, index, boolean).
检查两个或多个值是否完全相同。
右键添加更多值进行比较,或更改类型(例如:number,index,boolean)。
输入口
Input 输入
The base value.
基础值。
Input 输入
The value to compare to the base.
和基础值比较的值
输出口
Output 输出
A boolean that is true if the values are exactly equal to each other.
输入的值彼此完全相等是,布尔值为真。
相关模块
And
Equals 等于
Greater Than 大于
Greater Than or Equal 大于或等于
Less Than 小于
Less Than or Equal 小于或等于
Not 翻转
Or 或
相关教程
3. 和代码的区别 Coming From Code
看 Origami 跟编程有什么不一样。
相关案例
17. Traffic Light
跨越三个或更多的状态,包括逻辑。
网友评论