SimulatedMotionControllerButtonState.Equality Operator
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.
public:
static bool operator ==(Microsoft::MixedReality::Toolkit::Input::SimulatedMotionControllerButtonState lhs, Microsoft::MixedReality::Toolkit::Input::SimulatedMotionControllerButtonState rhs);
public static bool operator == (Microsoft.MixedReality.Toolkit.Input.SimulatedMotionControllerButtonState lhs, Microsoft.MixedReality.Toolkit.Input.SimulatedMotionControllerButtonState rhs);
static member ( = ) : Microsoft.MixedReality.Toolkit.Input.SimulatedMotionControllerButtonState * Microsoft.MixedReality.Toolkit.Input.SimulatedMotionControllerButtonState -> bool
Public Shared Operator == (lhs As SimulatedMotionControllerButtonState, rhs As SimulatedMotionControllerButtonState) As Boolean