EnumTEnumIsDefined(UInt64) Method
Gets whether value is defined in TEnum as a field value.
Namespace: KGySoft.CoreLibrariesAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 9.0.0-preview.1
[CLSCompliantAttribute(false)]
public static bool IsDefined(
ulong value
)
<CLSCompliantAttribute(false)>
Public Shared Function IsDefined (
value As ULong
) As Boolean
public:
[CLSCompliantAttribute(false)]
static bool IsDefined(
unsigned long long value
)
[<CLSCompliantAttribute(false)>]
static member IsDefined :
value : uint64 -> bool
- value UInt64
- A numeric value representing a field value in the enumeration.
Boolean if
TEnum has a field whose value that equals
value; otherwise,
.