Click or drag to resize

StkFacilityDatabaseQueryMatches Method

Determines if an entry matches this query.

Namespace:  AGI.Foundation.Stk
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool Matches(
	StkFacilityDatabaseEntry entry
)

Parameters

entry
Type: AGI.Foundation.StkStkFacilityDatabaseEntry
The entry to check.

Return Value

Type: Boolean
if the entry matches this query; otherwise .
Exceptions
ExceptionCondition
ArgumentNullException Thrown when entry is .
See Also