ILNumerics.Net
Equality Operator

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexEquality(complex, fcomplex)
ILNumerics.Net - numeric computing for .NET
Equality comparison for 2 complex numbers.
Declaration Syntax
C#Visual BasicVisual C++
public static bool operator ==(
	complex in1,
	fcomplex in2
)
Public Shared Operator = ( _
	in1 As complex, _
	in2 As fcomplex _
) As Boolean
public:
static bool operator ==(
	complex in1, 
	fcomplex in2
)
Parameters
in1 (complex)
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.3.13.0 (0.9.29.0)