State.CompareState(State) 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 two state objects have identical internal values, false otherwise
public:
bool CompareState(Microsoft::MixedReality::Toolkit::UI::State ^ s);
public bool CompareState (Microsoft.MixedReality.Toolkit.UI.State s);
member this.CompareState : Microsoft.MixedReality.Toolkit.UI.State -> bool
Public Function CompareState (s As State) As Boolean
Parameters
- s
- State
other State object to compare against
Returns
true if identical internal values, false otherwise