FindExpressionToolsExistsInT Method
Checks to see if a given
NetForumFieldAttribute bound property's value matches any of a collection of possible values.
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public static bool ExistsIn<T>(
T property,
IEnumerable<T> valueCollection
)
Public Shared Function ExistsIn(Of T) (
property As T,
valueCollection As IEnumerable(Of T)
) As Boolean
public:
generic<typename T>
static bool ExistsIn(
T property,
IEnumerable<T>^ valueCollection
)
static member ExistsIn :
property : 'T *
valueCollection : IEnumerable<'T> -> bool
- property T
-
- valueCollection IEnumerableT
-
- T
Boolean