SimpleNodeAdapter.IsCriteriaMatched(Object) Method

Definition

Returns true if the specified children matches the adapter criteria and will be included in the result. The default implementation always return true.

public virtual bool IsCriteriaMatched (object reference);
abstract member IsCriteriaMatched : obj -> bool
override this.IsCriteriaMatched : obj -> bool
Public Overridable Function IsCriteriaMatched (reference As Object) As Boolean

Parameters

reference
Object

Returns

Applies to