Contents

compare(_:)

Compares the suggestion with a second specified suggestion.

Declaration

func compare(_ other: CSSuggestion) -> ComparisonResult

Parameters

  • other:

    The suggestion to compare to this suggestion.

Return Value

Returns an NSComparisonResult.

See Also

Comparing suggestions