HeifItemIdEquals(HeifItemId) Method
Indicates whether the current object is equal to another object of the same type.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
public bool Equals(
HeifItemId other
)
Public Function Equals (
other As HeifItemId
) As Boolean
public:
virtual bool Equals(
HeifItemId other
) sealed
abstract Equals :
other : HeifItemId -> bool
override Equals :
other : HeifItemId -> bool
- other HeifItemId
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)