NevronOpenVision
Nevron.Nov.Numerics Namespace / Complex32 Structure / Inequality Operator
One of complex numbers to compare.
The other complex numbers to compare.
In This Topic
    Inequality Operator (Complex32)
    In This Topic
    Inequality 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 or imaginary components of the two complex numbers are not 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