Table of Contents

ExifTag.Equals Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Determines whether this instance and a specified object, which must also be a ExifTag object, have the same value.

public override bool Equals(object obj)

Parameters

obj object

The object to compare to this instance.

Returns

bool

true if obj is a ExifTag and its value is the same as this instance; otherwise, false. If obj is null, the method returns false.