Method IsDefinedValue
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
IsDefinedValue(T)
Retrieves a value indicating whether this enum has an entry with the specified value.
public bool IsDefinedValue(T value)
Parameters
value
TThe value of the entry.
Returns
- bool
true
if this enum has an entry with the specified value; otherwise,false
.