CompletionIcon::CompareTo Method (CompletionIcon^)

 

Compares the icon to another completion icon.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
virtual int CompareTo(
	CompletionIcon^ obj
) sealed

Parameters

obj
Type: Microsoft.VisualStudio.Language.Intellisense::CompletionIcon^

The other completion icon.

Return Value

Type: System::Int32

true if the icons are the same, otherwise false.

Return to top
Show: