# Bit Operations in C# - `~` inverts a bit - An individual flag (in a flags enum) can be set to 0 with this `flags &= ~flags.Flag1;`