Table of Contents

Method HasSkuFlag

Namespace
DisCatSharp.Enums
Assembly
DisCatSharp.dll

HasSkuFlag(SkuFlags, SkuFlags)

Calculates whether these sku flags contain a specific flag.

public static bool HasSkuFlag(this SkuFlags baseFlags, SkuFlags flag)

Parameters

baseFlags SkuFlags

The existing flags.

flag SkuFlags

The flags to search for.

Returns

bool