FICOMPLEX.Equals Method (FICOMPLEX)

FreeImage.NET

FICOMPLEXEquals Method (FICOMPLEX)
Tests whether the specified FICOMPLEX structure is equivalent to this FICOMPLEX structure.

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

Parameters

other
Type: FreeImageAPIFICOMPLEX
A FICOMPLEX structure to compare to this instance.

Return Value

Type: Boolean
true if obj is a FICOMPLEX structure equivalent to this FICOMPLEX structure; otherwise, false.

Implements

IEquatableTEquals(T)
See Also