Share via


StringDifferenceOptions.Equality Operator

Determines whether two StringDifferenceOptions are the same

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

Syntax

'Declaration
Public Shared Operator = ( _
    left As StringDifferenceOptions, _
    right As StringDifferenceOptions _
) As Boolean
public static bool operator ==(
    StringDifferenceOptions left,
    StringDifferenceOptions right
)
public:
static bool operator ==(
    StringDifferenceOptions left, 
    StringDifferenceOptions right
)
static let inline (=)
        left:StringDifferenceOptions * 
        right:StringDifferenceOptions  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
true if the two differences are the same, otherwise false.

.NET Framework Security

See Also

Reference

StringDifferenceOptions Structure

Microsoft.VisualStudio.Text.Differencing Namespace