fi_handle.Equals Method (Object)

FreeImage.NET

fi_handleEquals Method (Object)
Tests whether the specified object is a fi_handle structure and is equivalent to this fi_handle structure.

Namespace: FreeImageAPI.IO
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 obj is a fi_handle structure equivalent to this fi_handle structure; otherwise, false.
See Also