The InputSuggestion type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | 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
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Compares two InputSuggestion objects.
|
![]() ![]() | Inequality |
Compares two InputSuggestion objects.
|
Properties
Name | Description | |
---|---|---|
![]() | Input |
The user input.
|
![]() | Suggestion |
The matching suggestion.
|