Equals Method (Object)

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Determines whether the specified Object is equal to this instance.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

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

Parameters

obj
Type: System..::..Object
The Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

See Also