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
跨越三個或更多的狀態,包括邏輯。