HeifRegionItemIdEquals(HeifRegionItemId) 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(
HeifRegionItemId other
)
Public Function Equals (
other As HeifRegionItemId
) As Boolean
public:
virtual bool Equals(
HeifRegionItemId other
) sealed
abstract Equals :
other : HeifRegionItemId -> bool
override Equals :
other : HeifRegionItemId -> bool
- other HeifRegionItemId
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)