HandednessExtensions.IsNone(Handedness) 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.
Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise
public:
[System::Runtime::CompilerServices::Extension]
static bool IsNone(Microsoft::MixedReality::Toolkit::Utilities::Handedness current);
public static bool IsNone (this Microsoft.MixedReality.Toolkit.Utilities.Handedness current);
static member IsNone : Microsoft.MixedReality.Toolkit.Utilities.Handedness -> bool
<Extension()>
Public Function IsNone (current As Handedness) As Boolean
Parameters
- current
- Handedness