CompletionSelectionStatus::Equality Operator (CompletionSelectionStatus^, CompletionSelectionStatus^)

 

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)

public:
static bool operator ==(
	CompletionSelectionStatus^ status1,
	CompletionSelectionStatus^ status2
)

Return Value

Type: System::Boolean

true if the instances are the same, otherwise false.

Return to top
Show: