Axiom.Runtime.AbstractTerm.IsAssigned C# (CSharp) Method

IsAssigned() private method

private IsAssigned ( ) : bool
return bool
        private bool IsAssigned()
        {
            return _containee != null && _containee != this;
        }