match method

match

When overridden in a derived class, tests whether a Context satisfies the filter criteria.

Returns

true if the Context object satisfies the filter criteria; otherwise, false.

def match(self, context):
    ...
ParameterTypeDescription
contextINetworkOperationContextThe context.

See Also