In This Article

NavigableSymbolContentProviderComparer Class

Provides a comparer for INavigableSymbol objects that examines their content providers.

public class NavigableSymbolContentProviderComparer
Inheritance:
object object

Constructors

NavigableSymbolContentProviderComparer()

Initializes an instance of the class.

public NavigableSymbolContentProviderComparer()

Methods

Compare(INavigableSymbol, INavigableSymbol)

Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.

public int Compare(INavigableSymbol left, INavigableSymbol right)
Parameter Type Description
left INavigableSymbol

The left object.

right INavigableSymbol

The right object.

Returns

int:

A value indicating whether one is less than, equal to or greater than the other.

Inherited Members