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 )
VB
Public Function IsDefined ( name As String ) As Boolean
F#
member IsDefined : name : string -> bool
Type: Booleantrue if the specified enum name is defined; otherwise, false.
true
false
EnumValues ClassIsDefined OverloadCodeJam Namespace