CompletionIcon.CompareTo(CompletionIcon) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares the icon to another completion icon.
public:
virtual int CompareTo(Microsoft::VisualStudio::Language::Intellisense::CompletionIcon ^ obj);
public int CompareTo (Microsoft.VisualStudio.Language.Intellisense.CompletionIcon obj);
abstract member CompareTo : Microsoft.VisualStudio.Language.Intellisense.CompletionIcon -> int
override this.CompareTo : Microsoft.VisualStudio.Language.Intellisense.CompletionIcon -> int
Public Function CompareTo (obj As CompletionIcon) As Integer
Parameters
- obj
- CompletionIcon
The other completion icon.
Returns
true if the icons are the same, otherwise false.