Class CompletionListItemComparer
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Provides a class to compare two string objects.
public class CompletionListItemComparer : IComparer<string>
- Inheritance
-
CompletionListItemComparer
- Implements
Constructors
- CompletionListItemComparer(string)
Initializes a new instance of the CompletionListItemComparer class with specified filter.
Methods
- Compare(string, string)
Compares two strings and returns a value indicating whether one is less than, equal to, or greater than the other.