Table of Contents

Method IsContentEqual

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v10.dll

IsContentEqual(CompletionListBoxItems, IList)

protected bool IsContentEqual(CompletionListBox.CompletionListBoxItems items1, IList items2)

Parameters

items1 CompletionListBox.CompletionListBoxItems
items2 IList

Returns

bool

IsContentEqual(CompletionListBoxItems, BaseCollection<ListControlItem>)

protected bool IsContentEqual(CompletionListBox.CompletionListBoxItems items1, BaseCollection<ListControlItem> items2)

Parameters

items1 CompletionListBox.CompletionListBoxItems
items2 BaseCollection<ListControlItem>

Returns

bool