ComplexNumberEquals(ComplexNumber) Method
Returns a value indicating whether this instance is equal to a specified ComplexNumber value.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.160 -- Release Build+79afb0c87bd1bdc550b0321e3623ddc7648c3bfe
- obj ComplexNumber
- A ComplexNumber to compare to this instance.
Boolean
True if
obj has the same value as this instance; otherwise, False.
IEquatableTEquals(T)