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