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.CompletionSelectionStatusThe first instance.
status2
Type: Microsoft.VisualStudio.Language.Intellisense.CompletionSelectionStatusThe second instance.
Return Value
Type: 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.