System.Reflection.Metadata.DocumentHandle public struct DocumentHandle : IEquatable<DocumentHandle> Documentation Code public bool IsNil { get; } public static bool op_Equality(DocumentHandle left, DocumentHandle right) public static DocumentHandle op_Explicit(Handle handle) public static DocumentHandle op_Explicit(EntityHandle handle) public static Handle op_Implicit(DocumentHandle handle) public static EntityHandle op_Implicit(DocumentHandle handle) public static bool op_Inequality(DocumentHandle left, DocumentHandle right) public bool Equals(DocumentHandle other)