Microsoft.Protocols.TestSuites.Common.NotificationData.HasTableRowFolderId C# (CSharp) Method

HasTableRowFolderId() private method

Indicate if the field of TableRowFolderId exist.
private HasTableRowFolderId ( ) : bool
return bool
        private bool HasTableRowFolderId()
        {
            if (this.TableEventType == 0x03
                          || this.TableEventType == 0x04
                          || this.TableEventType == 0x05)
            {
                return true;
            }
            else
            {
                return false;
            }
        }