ConvertContainsValueInEnumT(Object) 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 ContainsValueInEnum<T>(
Object value
)
Public Shared Function ContainsValueInEnum(Of T) (
value As Object
) As Boolean
- value Object
- The value to check.
- T
- The enumeration type.
Boolean if the enumeration contains the value; otherwise,
.