Bearbeiten

HandednessExtensions.IsMatch(Handedness, Handedness) Method

Definition

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

Returns

Applies to