select list that does not exis in another csharp list

Code Example - select list that does not exis in another csharp list

                
                        var disableUserList = dbUserList.Where(ds => !dsUserList.Any(db => db.GlobalIdentity == ds.GlobalIdentity)).ToList();