ConvertContainsValueInEnumObject Method
Indicates whether the enumeration contains the value.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static bool ContainsValueInEnumObject(
Type enumType,
Object value
)
Public Shared Function ContainsValueInEnumObject (
enumType As Type,
value As Object
) As Boolean
- enumType Type
- Enum to which you want to check.
- value Object
- The value to check.
Boolean if the enumeration contains the value; otherwise,
.