NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Equality Operator
One of complex numbers to compare.
The other complex numbers to compare.
Equality Operator (Complex32)
Equality test.
Syntax
public System.bool operator ==( 
   Complex32 complex1,
   Complex32 complex2
)

Parameters

complex1
One of complex numbers to compare.
complex2
The other complex numbers to compare.

Return Value

true if the real and imaginary components of the two complex numbers are equal; false otherwise.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

See Also