다음을 통해 공유


CommandGroupConfiguration.Equals Method

Definition

Overloads

Equals(CommandGroupConfiguration)
Equals(Object)

Equals(CommandGroupConfiguration)

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

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

Parameters

Returns

Implements

Applies to

Equals(Object)

public override bool Equals (object? obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to