StringDifferenceOptions::Equality Operator (StringDifferenceOptions, StringDifferenceOptions)

 

Determines whether two StringDifferenceOptions are the same

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

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

Parameters

left
Type: Microsoft.VisualStudio.Text.Differencing::StringDifferenceOptions

The left string difference.

right
Type: Microsoft.VisualStudio.Text.Differencing::StringDifferenceOptions

The right string difference.

Return Value

Type: System::Boolean

true if the two differences are the same, otherwise false.

Return to top
Show: