<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.Metadata.ManifestResourceHandle

namespace System.Reflection.Metadata { public struct ManifestResourceHandle : IEquatable<ManifestResourceHandle> { public bool IsNil { get; } public static implicit operator Handle(ManifestResourceHandle handle); public static implicit operator EntityHandle(ManifestResourceHandle handle); public static explicit operator ManifestResourceHandle(Handle handle); public static explicit operator ManifestResourceHandle(EntityHandle handle); public static bool operator ==(ManifestResourceHandle left, ManifestResourceHandle right); public bool Equals(ManifestResourceHandle other); public static bool operator !=(ManifestResourceHandle left, ManifestResourceHandle right); } }