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