ILNumerics.Net
Equality Operator

ILNumerics.Net - numeric computing and plotting for .NET

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