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