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