FilterRule.ElementPasses
Description:
Derived classes override this method to implement the test that determines whether the given element passes this rule or not.
Derived classes override this method to implement the test that determines whether the given element passes this rule or not.
public bool ElementPasses(
Element element
)
-
elementThe element to test against the rule.
Return Value
bool
True if the element satisfies the rule, false otherwise.
-
A non-optional argument was NULL