Table of Contents

IptcTag.Equals Method

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Determines whether this instance and a specified object, which must also be a IptcTag 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 IptcTag and its value is the same as this instance; otherwise, false. If obj is null, the method returns false.