MessageFilterMatch Method |
When overridden in a derived class, tests whether a Context satisfies the filter criteria.
Namespace: Aspose.Html.NetAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntaxpublic abstract bool Match(
INetworkOperationContext context
)
Public MustOverride Function Match (
context As INetworkOperationContext
) As Boolean
public:
virtual bool Match(
INetworkOperationContext^ context
) abstract
abstract Match :
context : INetworkOperationContext -> bool
Parameters
- context
- Type: Aspose.Html.NetINetworkOperationContext
The context.
Return Value
Type:
BooleanField Value
Type:
Booleantrue if the Context object satisfies the filter criteria; otherwise,
Field Value
Type:
Booleanfalse.
See Also