Method FastIsDefined
FastIsDefined(AnsiStartupQuery, int)
Determines if the specified int value is explicitly defined as a named value of the AnsiStartupQuery enum type.
public static bool FastIsDefined(this AnsiStartupQuery _, int value)
Parameters
_AnsiStartupQueryvalueint
Returns
Remarks
Only explicitly named values return true, as with IsDefined. Combined valid flag values of flags enums which are not explicitly named will return false.