Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
left
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptionsThe left string difference.
right
Type: Microsoft.VisualStudio.Text.Differencing.StringDifferenceOptionsThe right string difference.
Return Value
Type: System.Boolean
true if the two differences are the same, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.