Click or drag to resize

MCvPoint3D64fEquals Method (MCvPoint3D64f)

http://www.emgu.com
Check if the other point equals to this point

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public bool Equals(
	MCvPoint3D64f other
)

Parameters

other
Type: Emgu.CV.StructureMCvPoint3D64f
The point to be compared

Return Value

Type: Boolean
True if the two points are equal

Implements

IEquatableTEquals(T)
See Also