Bamboo.Prevalence.Examples.UserLogin.User.IsInRole C# (CSharp) Method

IsInRole() public method

public IsInRole ( string roleName ) : bool
roleName string
return bool
		public bool IsInRole(string roleName)
		{			
			return roleName == "User";
		}