AIMA.Core.Logic.Propositional.Algorithms.DPLL.SymbolValuePair.notNull C# (CSharp) Method

notNull() public method

public notNull ( ) : bool
return bool
            public bool notNull()
            {
                return (symbol != null) && (value != null);
            }