C# Class DSharpPlus.SystemChannelFlagsExtension

Show file Open project: IDoEverything/DSharpPlusSlashCommands

Public Methods

Method Description
HasSystemChannelFlag ( SystemChannelFlags baseFlags, SystemChannelFlags flag ) : bool

Calculates whether these system channel flags contain a specific flag.

Method Details

HasSystemChannelFlag() public static method

Calculates whether these system channel flags contain a specific flag.
public static HasSystemChannelFlag ( SystemChannelFlags baseFlags, SystemChannelFlags flag ) : bool
baseFlags SystemChannelFlags The existing flags.
flag SystemChannelFlags The flag to search for.
return bool