ReleaseBehaviorTypeExtensions.IsMaskSet Method

Definition

Overloads

IsMaskSet(ManipulationHandler+ReleaseBehaviorType, ManipulationHandler+ReleaseBehaviorType)

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

IsMaskSet(ObjectManipulator+ReleaseBehaviorType, ObjectManipulator+ReleaseBehaviorType)

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

IsMaskSet(ManipulationHandler+ReleaseBehaviorType, ManipulationHandler+ReleaseBehaviorType)

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

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

Parameters

Returns

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

Applies to

IsMaskSet(ObjectManipulator+ReleaseBehaviorType, ObjectManipulator+ReleaseBehaviorType)

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

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

Parameters

Returns

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

Applies to