StkCityDatabaseQueryMatches Method  | 
 
            Determines if an entry matches this query.
            
 
    Namespace: 
   AGI.Foundation.Stk
    Assembly:
   AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool Matches(
	StkCityDatabaseEntry entry
)
Public Function Matches ( 
	entry As StkCityDatabaseEntry
) As Boolean
public:
bool Matches(
	StkCityDatabaseEntry^ entry
)
member Matches : 
        entry : StkCityDatabaseEntry -> bool 
Parameters
- entry
 - Type: AGI.Foundation.StkStkCityDatabaseEntry
The entry to check. 
Return Value
Type: 
Boolean if the entry matches this query; otherwise 
.
Exceptions
See Also