ILNumerics Ultimate VS

complexEquals Method (complex)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Check if a complex number equals this complex number

[ILNumerics Core Module]

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

public bool Equals(
	complex other
)

Parameters

other
Type: ILNumericscomplex
other complex number

Return Value

Type: Boolean
true if both, real and imaginary parts of both complex number are (binary) equal, false otherwise

Implements

IEquatableTEquals(T)
Remarks

[ILNumerics Core Module]

See Also

Reference