Determines if a certain property is null or not.
public static bool IsNull (this object obj);
Returns true if this property is null otherwise returns false.