Y
Yechezkal Gutfreund
this.stateCode == (int)Common.stateCodes.shutdown
All stateCodes is a a shared enum across my classes that has integer values
for the link state.
is there not a less verbose way to do this, other than to do the cast each
time?
All stateCodes is a a shared enum across my classes that has integer values
for the link state.
is there not a less verbose way to do this, other than to do the cast each
time?