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

HasParentFolderId() private method

Indicate if the field of ParentFolderId exist.
private HasParentFolderId ( ) : bool
return bool
        private bool HasParentFolderId()
        {
            if (((this.NotificationFlags & 0x0004) == 0x0004 || (this.NotificationFlags & 0x0008) == 0x0008 || (this.NotificationFlags & 0x0020) == 0x0020 || (this.NotificationFlags & 0x0040) == 0x0040) &&
                (((this.NotificationFlags & 0x4000) == 0x4000 && (this.NotificationFlags & 0x8000) == 0x8000) ||
                ((this.NotificationFlags & 0x4000) != 0x4000 && (this.NotificationFlags & 0x8000) != 0x8000)))
            {
                return true;
            }
            else
            {
                return false;
            }
        }