Method IsDefined
- Namespace
- GuildWars2
- Assembly
- GW2SDK.dll
IsDefined()
Determines whether the current name is defined in the enum.
public bool IsDefined()
Returns
- bool
true
if 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
.