EnumTEnumIsDefined(Int64) 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
public static bool IsDefined(
long value
)
Public Shared Function IsDefined (
value As Long
) As Boolean
public:
static bool IsDefined(
long long value
)
static member IsDefined :
value : int64 -> bool
- value Int64
- A numeric value representing a field value in the enumeration.
Boolean if
TEnum has a field whose value that equals
value; otherwise,
.