ChoiceDescription.Equals 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.
Overloads
Equals(ChoiceDescription) | |
Equals(Object) |
Equals(ChoiceDescription)
[System.Runtime.CompilerServices.IsReadOnly]
public readonly bool Equals (Microsoft.VisualStudio.Extensibility.Shell.ChoiceDescription other);
Public Function Equals (other As ChoiceDescription) As Boolean
Parameters
- other
- ChoiceDescription
Returns
Implements
- Attributes
Applies to
Equals(Object)
[System.Runtime.CompilerServices.IsReadOnly]
public override readonly bool Equals (object obj);
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
Returns
- Attributes