ILNumerics Ultimate VS

fcomplexEquals Method (Object)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Are obj's real and imaginary part identical to the real and imaginary parts of this fcomplex

[ILNumerics Core Module]

Namespace:  ILNumerics
Assembly:  ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
fcomplex object to determine the equality for

Return Value

Type: Boolean
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.
Remarks

[ILNumerics Core Module]

See Also

Reference