bothNull

infix fun Any?.bothNull(x: Any?): Boolean

Returns true if both operands is null. Don't use a boolean as the left operand!