Verifies whether two arguments are equal.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)
Syntax
'Declaration
Public Shared Operator = ( _
arg1 As QuerySaveResult, _
arg2 As QuerySaveResult _
) As Boolean
'Usage
Dim arg1 As QuerySaveResult
Dim arg2 As QuerySaveResult
Dim returnValue As Boolean
returnValue = (arg1 = arg2)
public static bool operator ==(
QuerySaveResult arg1,
QuerySaveResult arg2
)
public:
static bool operator ==(
QuerySaveResult arg1,
QuerySaveResult arg2
)
JScript does not support overloaded operators.
Parameters
arg1
Type: Microsoft.VisualStudio.Modeling.Shell.QuerySaveResultThe first argument to compare.
arg2
Type: Microsoft.VisualStudio.Modeling.Shell.QuerySaveResultThe second argument to compare.
Return Value
Type: System.Boolean
true if the arguments are equal; 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.