HeifItemIdEquals(Object) Method

Determines whether the specified Object, is equal to this instance.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this instance.

Return Value

Boolean
if the specified Object is equal to this instance; otherwise, .

See Also