Table of Contents

Interface ISearchable

Namespace
SunamoInterfaces.Interfaces
Assembly
SunamoInterfaces.dll

Interface for searchable data containers.

public interface ISearchable
Extension Methods

Methods

ContainsData(object)

Determines whether the container contains the specified data.

bool ContainsData(object data)

Parameters

data object

The data to search for.

Returns

bool

True if the data is found; otherwise, false.