Selection.Equality(Selection, Selection) Operator
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.
Indicates whether left
and right
equiavlent.
public static bool operator == (Microsoft.VisualStudio.Extensibility.Editor.Selection left, Microsoft.VisualStudio.Extensibility.Editor.Selection right);
static member ( = ) : Microsoft.VisualStudio.Extensibility.Editor.Selection * Microsoft.VisualStudio.Extensibility.Editor.Selection -> bool
Public Shared Operator == (left As Selection, right As Selection) As Boolean
Parameters
- left
- Selection
Left item.
- right
- Selection
Right item.
Returns
True if the items are equiavlent.