FreeImageBitmap.Equals Method

FreeImage.NET

FreeImageBitmapEquals Method
Determines whether this and the specified instances are the same.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to test.

Return Value

Type: Boolean
true if this instance is the same obj or if both are null references; otherwise, false.
See Also