Table of Contents

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 T

The value of the entry.

Returns

bool

true if this enum has an entry with the specified value; otherwise, false.