Click or drag to resize
ComplexEquals Method
Compares this object against the specified object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public override bool Equals(
	Object x
)

Parameters

x
Type: SystemObject
The object to compare with.

Return Value

Type: Boolean
true if the objects are the same; false otherwise.
See Also