FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsFigure..::..Equals Method

Determines whether the specified [System.Object] is equal to this instance.

Namespace:  FlowWright.cDevDecisionEngine
Assembly:  cDevDecisionEngine (in cDevDecisionEngine.dll)

Syntax


public bool Equals(
	Object obj
)
Public Function Equals ( _
	obj As Object _
) As Boolean
public:
bool^ Equals(
	Object^ obj
)

Parameters

obj
Type: Object
The object to compare with the current object.

Return Value

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