isNull


Description:

public static bool isNull<T> (T obj)

Returns whether the object is null.

Parameters:

obj

Object to be checked.

Returns:

true: object is null, false: object is not null.