FIBITMAP.Equals Method (FIBITMAP)

FreeImage.NET

FIBITMAPEquals Method (FIBITMAP)
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(
	FIBITMAP other
)

Parameters

other
Type: FreeImageAPIFIBITMAP
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