Indicates whether the current object is equal to another object of the same type.

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

Syntax

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

Parameters

other
Type: FreeImageAPI..::.FIMETADATA
An object to compare with this object.

Return Value

true if the current object is equal to the other parameter; 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