Aqueduct.SitecoreLib.CustomFields.TextDroplist.IsSelected C# (CSharp) Метод

IsSelected() защищенный Метод

protected IsSelected ( string text ) : bool
text string
Результат bool
        protected virtual bool IsSelected(string text)
        {
            return Value == text;
        }
    }