ConvertContainsValueInEnumObject 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 ContainsValueInEnumObject(
	Type enumType,
	Object value
)

Parameters

enumType  Type
Enum to which you want to check.
value  Object
The value to check.

Return Value

Boolean
if the enumeration contains the value; otherwise, .

See Also