IStateAttributeMatchesEnvironment Method |
MatchesEnvironment is a method that is used in evaluating the calling context against the provided filters.
Namespace:
MFiles.VAF.Common
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxbool MatchesEnvironment(
IStateEnvironment context
)
Function MatchesEnvironment (
context As IStateEnvironment
) As Boolean
bool MatchesEnvironment(
IStateEnvironment^ context
)
Parameters
- context
- Type: MFiles.VAF.CommonIStateEnvironment
The environment object to check.
Return Value
Type:
BooleanTrue if the filters are fulfilled and the handler should be called.
See Also