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).
檢查兩個(gè)或多個(gè)值是否完全相同。
右鍵添加更多值進(jìn)行比較,或更改類(lèi)型(例如:number,index,boolean)。
輸入口
Input 輸入
The base value.
基礎(chǔ)值。
Input 輸入
The value to compare to the base.
和基礎(chǔ)值比較的值
輸出口
Output 輸出
A boolean that is true if the values are exactly equal to each other.
輸入的值彼此完全相等是,布爾值為真。
相關(guān)模塊
And
Equals 等于
Greater Than 大于
Greater Than or Equal 大于或等于
Less Than 小于
Less Than or Equal 小于或等于
Not 翻轉(zhuǎn)
Or 或
相關(guān)教程
3. 和代碼的區(qū)別 Coming From Code
看 Origami 跟編程有什么不一樣。
相關(guān)案例
17. Traffic Light
跨越三個(gè)或更多的狀態(tài),包括邏輯。