HeifItemIdEquals(HeifItemId) Method |
Indicates whether the current object is equal to another object of the same type.
Namespace: LibHeifSharpAssembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntaxpublic 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 Parameters
- other HeifItemId
- An object to compare with this object.
Return Value
Boolean if the current object is equal to the
other parameter; otherwise,
.
Implements
IEquatableTEquals(T)
See Also