SupportedUnityXRPipelinesExtensions.IsMaskSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks to determine if all bits in a provided mask are set.
public:
[System::Runtime::CompilerServices::Extension]
static bool IsMaskSet(Microsoft::MixedReality::Toolkit::Utilities::SupportedUnityXRPipelines a, Microsoft::MixedReality::Toolkit::Utilities::SupportedUnityXRPipelines b);
public static bool IsMaskSet (this Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines a, Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines b);
static member IsMaskSet : Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines * Microsoft.MixedReality.Toolkit.Utilities.SupportedUnityXRPipelines -> bool
<Extension()>
Public Function IsMaskSet (a As SupportedUnityXRPipelines, b As SupportedUnityXRPipelines) As Boolean
Parameters
Returns
True if all of the bits in the specified mask are set in the current value.