MAPIInspector.Parsers.SyncMessagePartialPropList.Verify C# (CSharp) Метод

Verify() публичный статический Метод

Verify that a stream's current position contains a serialized SyncMessagePartialPropList.
public static Verify ( FastTransferStream stream ) : bool
stream FastTransferStream A FastTransferStream.
Результат bool
        public static bool Verify(FastTransferStream stream)
        {
            return stream.VerifyUInt32() == (uint)MetaProperties.MetaTagIncrementalSyncMessagePartial;
        }