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.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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