ConvertContainsValueInEnumT(Object) Method

Indicates whether the enumeration contains the value.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static bool ContainsValueInEnum<T>(
	Object value
)

Parameters

value  Object
The value to check.

Type Parameters

T
The enumeration type.

Return Value

Boolean
if the enumeration contains the value; otherwise, .

See Also