MetadataTag.Equals Method (MetadataTag)

FreeImage.NET

MetadataTagEquals Method (MetadataTag)
Tests whether the specified MetadataTag instance is equivalent to this MetadataTag instance.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public bool Equals(
	MetadataTag other
)

Parameters

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

Return Value

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

Implements

IEquatableTEquals(T)
See Also