Using more than one condition in linq's where method

Code Example - Using more than one condition in linq's where method

                
                        codebase.Methods.Where(x => (x.Body.Scopes.Count > 5) && (x.Foo == "test"));