kumikill
3/23/2016 - 1:27 PM

Takes in an object and returns true if it is null.

Takes in an object and returns true if it is null.

bool IsNull(this object source) => source == null;