Click or drag to resize

IptcTagEquality Operator

Compares the specified tags for equality.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static bool operator ==(
	IptcTag tag1,
	IptcTag tag2
)

Parameters

tag1
Type: Atalasoft.Imaging.MetadataIptcTag
The tag1.
tag2
Type: Atalasoft.Imaging.MetadataIptcTag
The tag2.

Return Value

Type: Boolean
true if the tags are equal, false otherwise
See Also