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

IsInRole() public method

Ensure this user is belong to a role.
public IsInRole ( object role ) : bool
role object Role name.
return bool
        public virtual bool IsInRole(object role)
        {
            return true;
        }