Table of Contents

Method IsAll

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

IsAll(ChannelType)

Determines if the channel type is any type. Not really useful, but here for completeness.

public static bool IsAll(this ChannelType type)

Parameters

type ChannelType

The channel type.

Returns

bool

True if the channel type is any type, otherwise false.