Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two instances of CompletionSelectionStatus are the same.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Shared Operator = ( _
status1 As CompletionSelectionStatus, _
status2 As CompletionSelectionStatus _
) As Boolean
public static bool operator ==(
CompletionSelectionStatus status1,
CompletionSelectionStatus status2
)
public:
static bool operator ==(
CompletionSelectionStatus^ status1,
CompletionSelectionStatus^ status2
)
static let inline (=)
status1:CompletionSelectionStatus *
status2:CompletionSelectionStatus : bool
JScript does not support overloaded operators.
Parameters
- status1
Type: Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus
The first instance.
- status2
Type: Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatus
The second instance.
Return Value
Type: System.Boolean
true if the instances 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.