IMSL C# Numerical Library

Complex.Equals Method 

Compares this object against the specified object.

public override bool Equals(
   object x
);

Parameters

x
The object to compare with.

Return Value

true if the objects are the same; false otherwise.

See Also

Complex Class | Imsl.Math Namespace