Click or drag to resize

HeifItemId Structure

Represents a LibHeif item id.
Inheritance Hierarchy
SystemObject
  SystemValueType
    LibHeifSharpHeifItemId

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
public readonly struct HeifItemId : IEquatable<HeifItemId>

The HeifItemId type exposes the following members.

Methods
 NameDescription
Public methodEquals(HeifItemId) Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object) Determines whether the specified Object, is equal to this instance.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(HeifItemId, HeifItemId) Implements the operator ==.
Public operatorStatic memberInequality(HeifItemId, HeifItemId) Implements the operator !=.
Top
See Also