Click or drag to resize

ComplexEquals Method (Object)

Determines whether the given object represents the same complex number.

Namespace:  Meta.Numerics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare.

Return Value

Type: Boolean
True if the object represents the same complex number, otherwise false.
See Also