Click or drag to resize

DelegateEntityFilterTEntityIsMatch Method

Indicates if the entity matches this filter by returning the result of calling IsMatchMethod with the provided transaction and entity.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public override bool IsMatch(
	Transaction transaction,
	TEntity entity
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction used for getting values from the entity.
entity
Type: TEntity
The entity to be filtered.

Return Value

Type: Boolean
if the entity meets the filter criteria; otherwise .
See Also