DialogButtonTypeExtensions.IsMaskSet Method

Definition

Checks to determine if all bits in a provided mask are set.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsMaskSet(Microsoft::MixedReality::Toolkit::UI::DialogButtonType a, Microsoft::MixedReality::Toolkit::UI::DialogButtonType b);
public static bool IsMaskSet (this Microsoft.MixedReality.Toolkit.UI.DialogButtonType a, Microsoft.MixedReality.Toolkit.UI.DialogButtonType b);
static member IsMaskSet : Microsoft.MixedReality.Toolkit.UI.DialogButtonType * Microsoft.MixedReality.Toolkit.UI.DialogButtonType -> bool
<Extension()>
Public Function IsMaskSet (a As DialogButtonType, b As DialogButtonType) As Boolean

Parameters

Returns

True if all of the bits in the specified mask are set in the current value.

Applies to