Owasp.SafeNuGet.ExtensionMethods.IsNull C# (CSharp) Method

IsNull() public static method

public static IsNull ( this obj ) : bool
obj this
return bool
        public static bool IsNull(this object  obj)
        {
            return  (obj==null);
        }
ExtensionMethods