ExifTagEquals Method
Determines whether this instance and a specified object, which must also be a
ExifTag object, have the same value.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.0.2
public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
- obj Object
- The object to compare to this instance.
Boolean if
obj is a
ExifTag and its value is the same as this instance; otherwise,
. If
obj is
, the method returns
.