Determines whether the specified value is defined.
public static bool IsDefined<T>(T value) where T : struct, Enum
true if the specified value is defined; otherwise, false.
true
false