Let's look at the different ways to check if an object is null: ... ReferenceEquals(obj, null) obj is not {}; // Equivalent to !
確定! 回上一頁