Click or drag to resize

ComplexEquals Method (Complex)

Determines whether the given complex number is the same.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool Equals(
	Complex other
)

Parameters

other
Type: Meta.NumericsComplex
The complex number to compare.

Return Value

Type: Boolean
True if the complex number is the same, otherwise false.

Implements

IEquatableTEquals(T)
See Also