NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Equals Method / Equals(Complex32) Method
The complex number to compare to with.
Equals(Complex32) Method
Checks if two complex numbers are equal. Two complex numbers are equal if their corresponding real and imaginary components are equal.
Syntax
public System.bool Equals( 
   Complex32 other
)

Parameters

other
The complex number to compare to with.

Return Value

Returns true if the two objects are the same object, or if their corresponding real and imaginary components 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