Compares two InputSuggestion objects.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public static bool operator ==(
	InputSuggestion left,
	InputSuggestion right
)
Visual Basic (Declaration)
Public Shared Operator = ( _
	left As InputSuggestion, _
	right As InputSuggestion _
) As Boolean

Parameters

left
Type: Mindscape.WpfElements..::.InputSuggestion
An InputSuggestion to compare.
right
Type: Mindscape.WpfElements..::.InputSuggestion
An InputSuggestion to compare.

Return Value

true if equal; otherwise false.

See Also