We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determines whether the specified enum name is defined.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool IsDefined( string name, bool ignoreCase )
VB
Public Function IsDefined ( name As String, ignoreCase As Boolean ) As Boolean
F#
member IsDefined : name : string * ignoreCase : bool -> bool
true
Type: Booleantrue if the specified enum name is defined; otherwise, false.
false
EnumValues ClassIsDefined OverloadCodeJam Namespace