Share via


InclusionExclusionList<T>.IsAllowed(T) Method

Definition

Determine based on the settings of the class if a T is allowed (or is not filtered)

public:
 bool IsAllowed(T toQuestion);
public:
 bool IsAllowed(T toQuestion);
bool IsAllowed(T toQuestion);
public bool IsAllowed (T toQuestion);
member this.IsAllowed : 'T -> bool
Public Function IsAllowed (toQuestion As T) As Boolean

Parameters

toQuestion
T

Object to compare against inclusion or exclusion list

Returns

Boolean describing if the T was not filtered (i.e. the T is allowed)

Applies to