SourceCompletionProposalT.equal

Get whether two proposal objects are the same. This is used to (together with gtk_source_completion_proposal_hash()) to match proposals in the completion model. By default, it uses direct equality (g_direct_equal()).

template SourceCompletionProposalT(TStruct)
bool
equal
(
SourceCompletionProposalIF other
)

Parameters

other SourceCompletionProposalIF

a #GtkSourceCompletionProposal.

Return Value

Type: bool

%TRUE if @proposal and @object are the same proposal

Meta