Language
Edit

HandednessExtensions Class

Definition

Handedness type method extensions.

public ref class HandednessExtensions abstract sealed
public static class HandednessExtensions
type HandednessExtensions = class
Public Module HandednessExtensions
Inheritance
HandednessExtensions

Methods

Name Description
GetOppositeHandedness(Handedness)

Gets the opposite "hand" flag for the current Handedness value.

IsLeft(Handedness)

Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise

IsMatch(Handedness, Handedness)

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

IsNone(Handedness)

Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise

IsRight(Handedness)

Returns true if the current Handedness is the Right (i.e == Handedness.Right), false otherwise

Applies to