Click or drag to resize
Accord.NET (logo)

PointEquals Method

Check if this instance of Point equal to the specified one.

Namespace:  Accord
Assembly:  Accord (in Accord.dll) Version: 3.8.0
Syntax
public override bool Equals(
	Object obj
)
Request Example View Source

Parameters

obj
Type: SystemObject
Another point to check equalty to.

Return Value

Type: Boolean
Return if objects are equal.
See Also