Why is ===开发者_如何学Go faster than == in PHP?Because the equality operator == coerces, or converts, the data type temporarily to see if it’s equal to the other operand, whereas === (the identity
Ho开发者_运维技巧w to select a result of comparison operator as a field with type BIT? How it does work in C#: