public readonly struct HeifItemId : IEquatable<HeifItemId>Public Structure HeifItemId
	Implements IEquatable(Of HeifItemId)public value class HeifItemId : IEquatable<HeifItemId>[<SealedAttribute>]
type HeifItemId = 
    struct
        inherit ValueType
        interface IEquatable<HeifItemId>
    end| Equals(HeifItemId) | Indicates whether the current object is equal to another object of the same type. | 
| Equals(Object) | Determines whether the specified Object, is equal to this instance. (Overrides ValueTypeEquals(Object)) | 
| GetHashCode | Returns a hash code for this instance. (Overrides ValueTypeGetHashCode) | 
| GetType | Gets the Type of the current instance. (Inherited from Object) | 
| ToString | Converts the numeric value of this instance to its equivalent string representation. (Overrides ValueTypeToString) | 
| Equality(HeifItemId, HeifItemId) | Implements the operator ==. | 
| Inequality(HeifItemId, HeifItemId) | Implements the operator !=. |