States.Equals(States) Method

Definition

Test whether the current States object and the argument States object have the same internal values and configurations

public:
 bool Equals(Microsoft::MixedReality::Toolkit::UI::States ^ other);
public bool Equals (Microsoft.MixedReality.Toolkit.UI.States other);
override this.Equals : Microsoft.MixedReality.Toolkit.UI.States -> bool
Public Function Equals (other As States) As Boolean

Parameters

other
States

other States object to compare against self

Returns

true if internal list of state values and class configuration matches other, false otherwise

Applies to