Axiom.Runtime.AbstractTerm.IsAssigned C# (CSharp) Méthode

IsAssigned() private méthode

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