Share via


Selection.Equals Method

Definition

Overloads

Equals(Selection)
Equals(Object)

Determines whether this selection is the same as other selection.

Equals(Selection)

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

Parameters

other
Selection

Returns

Implements

Applies to

Equals(Object)

Determines whether this selection is the same as other selection.

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

Parameters

other
Object

Returns

Applies to