Tests whether the specified MetadataTag instance is equivalent to this MetadataTag instance.

Namespace:  FreeImageAPI.Metadata
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public bool Equals(
	MetadataTag other
)
Visual Basic (Declaration)
Public Function Equals ( _
	other As MetadataTag _
) As Boolean
Visual C++
public:
virtual bool Equals(
	MetadataTag^ other
) sealed

Parameters

other
Type: FreeImageAPI.Metadata..::.MetadataTag
A MetadataTag instance to compare to this instance.

Return Value

true if obj equivalent to this MetadataTag instance; otherwise, false.

Implements

IEquatable<(Of <(T>)>)..::.Equals(T)

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also