HandednessExtensions.IsMatch Method

Definition

Overloads

IsMatch(Handedness, Handedness)

Checks whether or not the current Handedness value matches the specified value.

IsMatch(Handedness, Handedness)

Returns true if the current Handedness flags are a match with the comparison Handedness flags, false otherwise

IsMatch(Handedness, Handedness)

Checks whether or not the current Handedness value matches the specified value.

public:
[System::Runtime::CompilerServices::Extension]
 static bool IsMatch(Microsoft::MixedReality::Toolkit::Handedness current, Microsoft::MixedReality::Toolkit::Handedness compare);
public static bool IsMatch (this Microsoft.MixedReality.Toolkit.Handedness current, Microsoft.MixedReality.Toolkit.Handedness compare);
static member IsMatch : Microsoft.MixedReality.Toolkit.Handedness * Microsoft.MixedReality.Toolkit.Handedness -> bool
<Extension()>
Public Function IsMatch (current As Handedness, compare As Handedness) As Boolean

Parameters

current
Handedness
compare
Handedness

Returns

Boolean

True if the specified Handedness value matches the current, otherwise false.

Applies to

IsMatch(Handedness, Handedness)

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

Boolean

Applies to