Redigera

State.CompareState(State) Method

Definition

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

Applies to