ILNumerics.Net
Equals Method (obj)

ILNumerics.Net - numeric computing and plotting for .NET

ILNumericscomplexEquals(Object)
ILNumerics.Net - numeric computing for .NET
are obj's real and imaginary part identical to the real and imaginary parts of this fcomplex
Declaration Syntax
C#Visual BasicVisual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
fcomplex object to determine the equality for
Return Value
true if obj is of fcomplex type and its real and imag part has the same values as the real and imaginary part of this array.

Assembly: ILNumerics.Net (Module: ILNumerics.Net) Version: 1.3.13.0 (0.9.29.0)