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