Click or drag to resize

mxPointEquals Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns true if the given object equals this point.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool Equals(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject

Return Value

Type: Boolean
Returns true if obj is equal.
See Also