Compares this object against the specified object.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public override bool Equals(
	Object x
)
Visual Basic (Declaration)
Public Overrides Function Equals ( _
	x As Object _
) As Boolean
Visual C++
public:
virtual bool Equals(
	Object^ x
) override

Parameters

x
Type: System..::.Object
The object to compare with.

Return Value

true if the objects are the same; false otherwise.

See Also