VsctId.Equals Method

Definition

Overloads

Equals(VsctId)
Equals(Object)

Equals(VsctId)

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

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

Parameters

other
VsctId

Returns

Implements

Applies to

Equals(Object)

public override bool Equals (object? obj);
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to