public override int GetHashCode()
 {
     return(_fmodEventDescription != null ? _fmodEventDescription.GetHashCode() : 0);
 }