Method IsDefined
- Namespace
- GuildWars2
- Assembly
- GuildWars2.dll
IsDefined()
Determines whether the current name is defined in the enum.
public bool IsDefined()
Returns
- bool
trueif the name is defined in the enum; otherwise,false.
Determines whether the current name is defined in the enum.
public bool IsDefined()
true if the name is defined in the enum; otherwise, false.