InstaTax.Core.DomainObjects.User.CheckIfUnique C# (CSharp) Method

CheckIfUnique() private method

private CheckIfUnique ( ) : bool
return bool
        private bool CheckIfUnique()
        {
            return Repository.LoadByEmailId(EmailAddress) == null;
        }