Click or drag to resize
MCvPoint2D64fEquals Method (MCvPoint2D64f)
http://www.emgu.com
Returns true if the two points equals.

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public bool Equals(
	MCvPoint2D64f other
)

Parameters

other
Type: Emgu.CV.StructureMCvPoint2D64f
The other point to compare with

Return Value

Type: Boolean
True if the two points equals

Implements

IEquatableTEquals(T)
See Also