Click or drag to resize

HeifItemIdEquals(Object) Method

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

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 2.3.0
Syntax
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