Table of Contents

Method HasSystemChannelFlag

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

HasSystemChannelFlag(DiscordSystemChannelFlags, DiscordSystemChannelFlags)

Calculates whether these system channel flags contain a specific flag.

public static bool HasSystemChannelFlag(this DiscordSystemChannelFlags baseFlags, DiscordSystemChannelFlags flag)

Parameters

baseFlags DiscordSystemChannelFlags

The existing flags.

flag DiscordSystemChannelFlags

The flag to search for.

Returns

bool