VsctCommandId.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(VsctCommandId) | |
Equals(Object) |
Equals(VsctCommandId)
[System.Runtime.CompilerServices.IsReadOnly]
public readonly bool Equals (Microsoft.VisualStudio.RpcContracts.Commands.VsctCommandId other);
Public Function Equals (other As VsctCommandId) As Boolean
Parameters
- other
- VsctCommandId
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