Table of Contents

Class Search

Namespace
GroupeIsa.Neos.Application.Persistence
Assembly
GroupeIsa.Neos.Application.Abstractions.dll

Represents the search.

public static class Search
Inheritance
Search
Inherited Members

Methods

IsMatch(string?)

Indicates whether the specified text finds a match.

public static bool IsMatch(string? text)

Parameters

text string

Search text.

Returns

bool

True if the text finds a match; otherwise, false.