HeifItemId Structure

Represents a LibHeif item id.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public readonly struct HeifItemId : IEquatable<HeifItemId>
Inheritance
Object    ValueType    HeifItemId
Implements
IEquatableHeifItemId

Methods

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)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToString Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString)

Operators

Equality(HeifItemId, HeifItemId) Implements the operator ==.
Inequality(HeifItemId, HeifItemId) Implements the operator !=.

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also