HandednessExtensions.IsMatch(Handedness, 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 flags are a match with the comparison Handedness flags, false otherwise
public:
[System::Runtime::CompilerServices::Extension]
static bool IsMatch(Microsoft::MixedReality::Toolkit::Utilities::Handedness current, Microsoft::MixedReality::Toolkit::Utilities::Handedness compare);
public static bool IsMatch (this Microsoft.MixedReality.Toolkit.Utilities.Handedness current, Microsoft.MixedReality.Toolkit.Utilities.Handedness compare);
static member IsMatch : Microsoft.MixedReality.Toolkit.Utilities.Handedness * Microsoft.MixedReality.Toolkit.Utilities.Handedness -> bool
<Extension()>
Public Function IsMatch (current As Handedness, compare As Handedness) As Boolean
Parameters
- current
- Handedness
- compare
- Handedness