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

Parameters

Returns

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

Applies to