EditOptions::Equality Operator (EditOptions, EditOptions)

 

Determines whether two EditOption objects are the same.

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

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

Parameters

left
Type: Microsoft.VisualStudio.Text::EditOptions

The left-hand set of options.

right
Type: Microsoft.VisualStudio.Text::EditOptions

The right-hand set of options.

Return Value

Type: System::Boolean

true if both sets of options are the same, otherwise false.

Return to top
Show: