HandednessExtensions.IsMaskSet(Handedness, Handedness) 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::Utilities::Handedness a, Microsoft::MixedReality::Toolkit::Utilities::Handedness b);
public static bool IsMaskSet (this Microsoft.MixedReality.Toolkit.Utilities.Handedness a, Microsoft.MixedReality.Toolkit.Utilities.Handedness b);
static member IsMaskSet : Microsoft.MixedReality.Toolkit.Utilities.Handedness * Microsoft.MixedReality.Toolkit.Utilities.Handedness -> bool
<Extension()>
Public Function IsMaskSet (a As Handedness, b As Handedness) As Boolean

Parameters

Returns

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

Applies to