System.Data.Entity.CacheUserBase.IsInRole C# (CSharp) Method

IsInRole() public method

public IsInRole ( object role ) : bool
role object
return bool
        public virtual bool IsInRole(object role)
        {
            return true;
        }