Aqueduct.SitecoreLib.CustomFields.TextDroplist.IsSelected C# (CSharp) Method

IsSelected() protected method

protected IsSelected ( string text ) : bool
text string
return bool
        protected virtual bool IsSelected(string text)
        {
            return Value == text;
        }
    }