MenuChild.Equals(MenuChild) Method

Definition

Indicates whether the current object is equal to another object of the same type.

public bool Equals (Microsoft.VisualStudio.Extensibility.Commands.MenuChild? other);
override this.Equals : Microsoft.VisualStudio.Extensibility.Commands.MenuChild -> bool
Public Function Equals (other As MenuChild) As Boolean

Parameters

other
MenuChild

Returns

Implements

Applies to