Span::Equality Operator (Span, Span)

 

Determines whether two spans are the same.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
static bool operator ==(
	Span left,
	Span right
)

Parameters

left
Type: Microsoft.VisualStudio.Text::Span

The left-hand span.

right
Type: Microsoft.VisualStudio.Text::Span

The right-hand span.

Return Value

Type: System::Boolean

true if the spans are the same, otherwise false.

Return to top
Show: