UserPromptConfiguration.InputPrompt.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(UserPromptConfiguration)
public override sealed bool Equals(Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptConfiguration other);
Public Overrides NotOverridable Function Equals (other As UserPromptConfiguration) As Boolean
Parameters
- other
- UserPromptConfiguration
Returns
Applies to
Equals(UserPromptConfiguration+InputPrompt)
public virtual bool Equals(Microsoft.VisualStudio.RpcContracts.Notifications.UserPromptConfiguration.InputPrompt other);
Public Overridable Function Equals (other As UserPromptConfiguration.InputPrompt) As Boolean