The InputSuggestion type exposes the following members.

Methods

  NameDescription
Equals
Determines whether the specified object is equal to the current InputSuggestion.
(Overrides ValueType..::.Equals(Object).)
GetHashCode
Returns a hash code for the InputSuggestion.
(Overrides ValueType..::.GetHashCode()()().)
ToString
Represents the input-suggestion match using the suggestion text.
(Overrides ValueType..::.ToString()()().)

Operators

  NameDescription
Equality
Compares two InputSuggestion objects.
Inequality
Compares two InputSuggestion objects.

Properties

  NameDescription
Input
The user input.
Suggestion
The matching suggestion.

See Also