HeifPixelAspectRatioEquals(HeifPixelAspectRatio) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool Equals(
	HeifPixelAspectRatio other
)

Parameters

other  HeifPixelAspectRatio
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