EnumTEnumIsDefined(Int64) Method

Gets whether value is defined in TEnum as a field value.

Definition

Namespace: KGySoft.CoreLibraries
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static bool IsDefined(
	long value
)

Parameters

value  Int64
A numeric value representing a field value in the enumeration.

Return Value

Boolean
if TEnum has a field whose value that equals value; otherwise, .

See Also