States.Equals(States) 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.
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