FindExpressionToolsExistsInT Method

Checks to see if a given NetForumFieldAttribute bound property's value matches any of a collection of possible values.

Definition

Namespace: Ignition.Framework.Repositories
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public static bool ExistsIn<T>(
	T property,
	IEnumerable<T> valueCollection
)

Parameters

property  T
 
valueCollection  IEnumerableT
 

Type Parameters

T

Return Value

Boolean

See Also