MetadataTag.Equality Operator

FreeImage.NET

MetadataTagEquality Operator
Determines whether two specified MetadataTag objects have the same value.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static bool operator ==(
	MetadataTag left,
	MetadataTag right
)

Parameters

left
Type: FreeImageAPI.MetadataMetadataTag
A MetadataTag or a null reference (Nothing in Visual Basic).
right
Type: FreeImageAPI.MetadataMetadataTag
A MetadataTag or a null reference (Nothing in Visual Basic).

Return Value

Type: Boolean
true if the value of left is the same as the value of right; otherwise, false.
See Also