FIMETADATA.Equals Method (FIMETADATA)

FreeImage.NET

FIMETADATAEquals Method (FIMETADATA)
Indicates whether the current object is equal to another object of the same type.

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

Parameters

other
Type: FreeImageAPIFIMETADATA
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatableTEquals(T)
See Also