Cove - A Practical Quantum Computer Programming Framework
Equals Method
NamespacesCove.ClassicalUtilitiesComplexEquals()()()
Members
IconMemberDescription
Equals(Object)
Have to override the equal method
(Overrides Object.Equals(Object).)
Equals(Complex)
Overloaded Equals() to compare to a Complex object

Equals(Double)
A complex number is considered equal to a double if the real part is the same as the double and the imaginary part is 0.

Equals(Int32)
A complex number is considered equal to an ubt if the real part is the same as the int and the imaginary part is 0.

Assembly: Cove.ClassicalUtilities (Module: Cove.ClassicalUtilities) Version: 1.0.0.0 (1.0.0.0)