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

    Parameters

    obj
    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