ILNumerics.Net
Equality Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericsfcomplexEquality(fcomplex, fcomplex)
ILNumerics.Net - numeric computing for .NET
Equality comparison for 2 complex numbers.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	fcomplex in1,
	fcomplex in2
)
Public Shared Operator = ( _
	in1 As fcomplex, _
	in2 As fcomplex _
) As Boolean
public:
static bool operator ==(
	fcomplex in1, 
	fcomplex in2
)
Parameters
in1 (fcomplex)
The first complex number.
in2 (fcomplex)
The 2nd complex number.
Return Value
true if real and imaginary parts of both inputs are the same. False otherwise.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.4.1.1 (0.10.2.0)