Tpm2Lib.TpmHandle.IsNull C# (CSharp) Method

IsNull() static private method

static private IsNull ( TpmHandle h ) : bool
h TpmHandle
return bool
        internal static bool IsNull(TpmHandle h)
        {
            return h == null || h.handle == (uint)TpmRh.Null || h.handle == (uint)TpmRh.None;
        }