Table of Contents

Method IsMatch

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

IsMatch(T)

Returns true if there is no Text or the text matches the AspectGetter of the model.

public bool IsMatch(T model)

Parameters

model T

The object to test for a match.

Returns

bool

True if the model matches the filter or no filter text is set.