if(IsNull(image))
if(image.IsNullInstance())
int x; if(x.IsNullInstance())
struct Foo { int x; bool IsNull() { return IsNull(x); } };
Report message to a moderator