EnumTEnumIsDefined(TEnum) Method
Gets whether value is defined in TEnum.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
public static bool IsDefined(
TEnum value
)
Public Shared Function IsDefined (
value As TEnum
) As Boolean
public:
static bool IsDefined(
TEnum value
)
static member IsDefined :
value : 'TEnum -> bool
- value TEnum
- A TEnum value.
Boolean if
TEnum has a defined field that equals
value; otherwise,
.