Ich finde das macht den Code einfach besser lesbar und das Programmieren komfortabler. Beispiel: object abc = null; string xyz = string.Empty; if (abc.IsNull()) xyz = "abc is null!"; if ..