ExifTagEquals Method

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

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The object to compare to this instance.

Return Value

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

See Also